Initialize a Poly1305 state with a 32-byte one-time key.
Declared in <crypto/poly1305.h>
<crypto/poly1305.h>
void poly1305_init( poly1305_context* st, unsigned char const key[]) noexcept;