HashBuilder
Represents convenient facade for HashAlgorithm
to avoid memory allocations during hash computing.
Gets the size, in bits, of the computed hash code.
Gets a value indicating that this object
is not initialized.
Wraps the specified hash algorithm.
Initializes a new hash builder using the specified
hash algorithm.
Adds a series of bytes to the hash code.
Adds a series of bytes to the hash code.
public void Add<T>(ref T value) where T : ValueType modreq(System.Runtime.InteropServices.UnmanagedType)
Adds a single value to the hash code.
Calculates the final hash.
Releases all resources associated with underlying hash algorithm.
Resets internal state of hash algorithm.