Low-level Poly1305 routines based on the public domain poly1305-donna implementation by Andrew Moon (poly1305-donna-32.h).
| Name | Description |
|---|---|
poly1305_context | Incremental state for a Poly1305 one-time authenticator computation. |
| Name | Description |
|---|---|
poly1305_finish | Finish a Poly1305 computation and write the 16-byte authentication tag. |
poly1305_init | Initialize a Poly1305 state with a 32-byte one-time key. |
poly1305_update | Feed message bytes into a Poly1305 state. |