ChaCha20Aligned::ChaCha20Aligned

Initialize a cipher with specified 32-byte key.

Synopsis

Declared in <crypto/chacha20.h>

ChaCha20Aligned(std::span<std::byte const> key) noexcept;

Parameters

NameDescription
keyThe 32-byte key.