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