Implements the Poly1305 one-time message authentication code as defined in RFC 7539.
go get github.com/aead/poly1305No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes a Poly1305 MAC for a message.
Always use a fresh key for each message, or combine with a stream cipher like ChaCha20.
No dependency data recorded yet.