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