Classes

  ClassDescription
Public classHashChain
An implementation of a Hash Chain structure.
Public classHashList
An implementation of a Hash List structure.
Public classHashNode
Represents a node in a HashList.
Public classHashTree
An implementation of a Hash Tree structure.
Public classHashTreeNode
Represents a node in a HashTree.
Public classMultiHash
Computes multiple hashes/checksums at once.
Public classParallelHash
Computes the Parallel hash for the input data using the managed libraries.