Blake3Parameters Class

Blake3 Parameters.

Definition

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public sealed class Blake3Parameters : ICipherParameters
Inheritance
Object    Blake3Parameters
Implements
ICipherParameters

Constructors

Blake3ParametersInitializes a new instance of the Blake3Parameters class

Methods

ClearKeyClear the key bytes.
ContextCreate a key parameter.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetContextObtain the salt.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetKeyObtain the key.
GetTypeGets the Type of the current instance.
(Inherited from Object)
KeyCreate a key parameter.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also