add readme

This commit is contained in:
Neemek 2026-03-26 08:24:28 +01:00
parent d66cd9679e
commit 0d0863f6ed
Signed by: neemek
GPG key ID: 84FFE4D7D40AB25E
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/target

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# 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.