a rust implementation of the poly1305 message authentication code
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
poly1305
An implementation of Daniel J. Bernstein's poly1305
message-authentication-code.
It is quite simple (by design), and is tested against test-vectors from RFC-7539.