Blake2b256 Constructor
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Security.dll (version 7.0.9147)
Blake2b256(Byte[])
Initializes a new instance of the Blake2b class.
Declaration
public Blake2b256(byte[] key)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | key | Key to use in HMAC calculation.
The |
Blake2b256()
Initializes a new instance of the Blake2b256 class.
Declaration
public Blake2b256()