An implementation of a Hash Chain structure.

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

Syntax

C#
public class HashChain : IEnumerable<byte[]>, 
	IEnumerable
Visual Basic
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