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