An implementation of a Hash Tree structure.

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

Syntax

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

Inheritance Hierarchy

See Also