a rust implementation of the poly1305 message authentication code
Find a file
2026-03-26 08:24:28 +01:00
src refactor 2025-11-07 21:25:22 +01:00
.gitignore add readme 2026-03-26 08:24:28 +01:00
Cargo.lock update 2026-02-20 15:41:20 +01:00
Cargo.toml it works! 2025-11-07 11:44:47 +01:00
README.md add readme 2026-03-26 08:24:28 +01:00

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.