[#poly1305_donna-poly1305_init] = xref:poly1305_donna.adoc[poly1305_donna]::poly1305_init :relfileprefix: ../ :mrdocs: Initialize a Poly1305 state with a 32‐byte one‐time key. == Synopsis Declared in `<crypto/poly1305.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void poly1305_init( poly1305_context* st, unsigned char const key[]) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *st* | State to initialize. | *key* | The 32‐byte one‐time key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#