Package poly1305 implements the Poly1305 one-time message authentication code as specified in the original paper.
go get github.com/sina-ghaderi/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.
Generate a new key for each message or use a construction like Poly1305-AES.
No dependency data recorded yet.