An implementation of a Hash Chain structure.

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

Syntax

C#
public class HashChain : IEnumerable<byte[]>, 
	IEnumerable
Visual Basic (Declaration)
Public Class HashChain _
	Implements IEnumerable(Of Byte()), IEnumerable
Visual C++
public ref class HashChain : IEnumerable<array<unsigned char>^>, 
	IEnumerable

Inheritance Hierarchy

System..::.Object
  Classless.Hasher.Methods..::.HashChain

See Also