Poly1305 computes 16-byte authenticator of message using a one-time 32-byte key.
Important: key should be used for only one message, it should never repeat.
Readonly
Poly1305 computes 16-byte authenticator of message using a one-time 32-byte key.
Important: key should be used for only one message, it should never repeat.