ChaCha20Poly1305 Constructor
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Security.dll (version 7.0.9147)
ChaCha20Poly1305(Byte[])
Initializes a new Chakey
.
Declaration
public ChaCha20Poly1305(byte[] key)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | key | The 32-byte ChaCha20/Poly1305 key to be used by this instance.
An instance of the Cha |