Class Blake3Parameters
- Namespace
- Org.BouncyCastle.Crypto.Parameters
- Assembly
- BouncyCastle.Cryptography.dll
Blake3 Parameters.
public sealed class Blake3Parameters : ICipherParameters
- Inheritance
-
Blake3Parameters
- Implements
- Inherited Members
Methods
ClearKey()
Clear the key bytes.
public void ClearKey()
Context(byte[])
Create a key parameter.
public static Blake3Parameters Context(byte[] pContext)
Parameters
pContextbyte[]the context
Returns
- Blake3Parameters
the parameter
GetContext()
Obtain the salt.
public byte[] GetContext()
Returns
- byte[]
the salt
GetKey()
Obtain the key.
public byte[] GetKey()
Returns
- byte[]
the key
Key(byte[])
Create a key parameter.
public static Blake3Parameters Key(byte[] pKey)
Parameters
pKeybyte[]the key
Returns
- Blake3Parameters
the parameter