public sealed class Blake2bDigest : IDigest
Public NotInheritable Class Blake2bDigest
Implements IDigest
public ref class Blake2bDigest sealed : IDigest
Org.BouncyCastle.Crypto.Digests.Blake2bDigest = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Digests.Blake2bDigest',
null,
Org.BouncyCastle.Crypto.IDigest);
Blake2bDigest | Initializes a new instance of the Blake2bDigest class |
Blake2bDigest(Blake2bDigest) | Initializes a new instance of the Blake2bDigest class |
Blake2bDigest(Byte) | Initializes a new instance of the Blake2bDigest class |
Blake2bDigest(Int32) | Initializes a new instance of the Blake2bDigest class |
Blake2bDigest(Byte, Int32, Byte, Byte) | Initializes a new instance of the Blake2bDigest class |
BlockUpdate(ReadOnlySpanByte) | |
BlockUpdate(Byte, Int32, Int32) | |
ClearKey | |
ClearSalt | |
DoFinal(SpanByte) | |
DoFinal(Byte, Int32) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetByteLength | |
GetDigestSize | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Reset | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Update |