Constructors
Declared in <crypto/chacha20.h>
<crypto/chacha20.h>
For safety, disallow initialization without key.
ChaCha20() noexcept = delete;
» more...
Initialize a cipher with specified 32‐byte key.
ChaCha20(std::span<std::byte const> key) noexcept;
Name
Description
key
The 32‐byte key.
Created with MrDocs