[#ChaCha20-Seek] = xref:ChaCha20.adoc[ChaCha20]::Seek :relfileprefix: ../ :mrdocs: Set the 96‐bit nonce and 32‐bit block counter. See ChaCha20Aligned::Seek. == Synopsis Declared in `<crypto/chacha20.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Seek( xref:ChaCha20/Nonce96.adoc[Nonce96] nonce, uint32_t block_counter) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *nonce* | The 96‐bit nonce to seek to. | *block_counter* | The 32‐bit block counter selecting the position within the stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#