Initialize an AEAD instance with a specified 32‐byte key.
Synopsis
Declared in <crypto/chacha20poly1305.h>
AEADChaCha20Poly1305(std::span<std::byte const> key) noexcept;
Parameters
Name |
Description |
key |
The 32‐byte key. |
Created with MrDocs