An implementation of a Hash Tree structure.

Namespace: Classless.Hasher.Methods
Assembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336

Syntax

C#
public class HashTree : BlockHashAlgorithm
Visual Basic
Public Class HashTree _
	Inherits BlockHashAlgorithm
Visual C++
public ref class HashTree : public BlockHashAlgorithm

Inheritance Hierarchy

See Also