add readme
This commit is contained in:
parent
d66cd9679e
commit
0d0863f6ed
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/target
|
||||||
7
README.md
Normal file
7
README.md
Normal 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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue