ChaCha20::Keystream

outputs the keystream to out.

Synopsis

Declared in <crypto/chacha20.h>

void
Keystream(std::span<std::byte> out) noexcept;

Parameters

NameDescription
outOutput buffer receiving the keystream.