mbedtls_poly1305_starts() function
This function sets the one-time authentication key. \warning The key must be unique and unpredictable for each invocation of Poly1305.
Arguments
ctx
The Poly1305 context to which the key should be bound. This must be initialized.
key
The buffer containing the \c 32 Byte (\c 256 Bit) key.
Return value
\c 0 on success. A negative error code on failure.