Initialize a Poly1305 state with a 32‐byte one‐time key.

Synopsis

Declared in <crypto/poly1305.h>

void
poly1305_init(
    poly1305_context* st,
    unsigned char const key[]) noexcept;

Parameters

Name

Description

st

State to initialize.

key

The 32‐byte one‐time key.

Created with MrDocs