[#ChaCha20-Keystream] = xref:ChaCha20.adoc[ChaCha20]::Keystream :relfileprefix: ../ :mrdocs: outputs the keystream to out. == Synopsis Declared in `<crypto/chacha20.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Keystream(std::span<std::byte> out) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *out* | Output buffer receiving the keystream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#