public sealed class Blake2BCore : IDisposablePublic NotInheritable Class Blake2BCore
Implements IDisposablepublic ref class Blake2BCore sealed : IDisposableGemstone.Security.Cryptography.Blake2BHash.Blake2BCore = function();
Type.createClass(
'Gemstone.Security.Cryptography.Blake2BHash.Blake2BCore',
null,
IDisposable);| Blake2BCore | Initializes a new instance of the Blake2BCore class. |
| BytesToUInt64 | Convert a big-endian buffer into a UInt64. |
| Dispose | Release unmanaged resources. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| UInt64ToBytes | Store a ulong into a byte buffer as big-endian. |