Poly1305 v0.1.1 Poly1305
Poly1305 message authentication
Summary
Functions
authenticated encryption with additional data - decryption
authenticated encryption with additional data - encryption
Compute a Message authentication code
Types
Functions
authenticated encryption with additional data - decryption
- encrypted message
- shared secret key
- one time use nonce
- additional data
MAC
On success, returns the plaintext message.
authenticated encryption with additional data - encryption
- message to be encrypted
- shared secret key
- one time use nonce
additional data
The return value will be a tuple of
{ciphertext, MAC}