Blake2BCore Class

The core of the Blake2 hash.

Definition

Namespace: Gemstone.Security.Cryptography.Blake2BHash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.167 -- Release Build+327f7394dcedeaebafc0dd7a935c53bbb45ff86a
public sealed class Blake2BCore : IDisposable
Inheritance
Object    Blake2BCore
Implements
IDisposable

Constructors

Blake2BCore Initializes a new instance of the Blake2BCore class.

Methods

BytesToUInt64 Convert a big-endian buffer into a UInt64.
Dispose Release unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
HashCore Update the hash state.
HashFinal Return the hash.
HashFinal(Boolean) Return the hash.
HashFinal(Byte) Compute the hash.
HashFinal(Byte, Boolean) Compute the hash.
Initialize Initialize the hash.
ToStringReturns a string that represents the current object.
(Inherited from Object)
UInt64ToBytes Store a ulong into a byte buffer as big-endian.

See Also