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