outputs the keystream into out, whose length must be a multiple of BLOCKLEN.
Declared in <crypto/chacha20.h>
void
Keystream(std::span<std::byte> out) noexcept;
| Name | Description |
|---|---|
| out | Output buffer receiving the keystream; its length must be a multiple of BLOCKLEN. |