Skip to content

Commit

Permalink
Add Poly1305TLS algorithm (GH #727)
Browse files Browse the repository at this point in the history
This is the IETF's rendition of Poly1305 that forgoes AES and the nonce, and uses 16-bytes of the key directly to mac the message
  • Loading branch information
noloader committed Jan 27, 2019
1 parent 6cd2d0a commit e388f2d
Show file tree
Hide file tree
Showing 7 changed files with 1,862 additions and 35 deletions.
1 change: 1 addition & 0 deletions Filelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ TestVectors/mars.txt
TestVectors/nr.txt
TestVectors/panama.txt
TestVectors/poly1305aes.txt
TestVectors/poly1305_tls.txt
TestVectors/rabbit.txt
TestVectors/Readme.txt
TestVectors/rsa_oaep.txt
Expand Down
1 change: 1 addition & 0 deletions TestVectors/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Test: TestVectors/mars.txt
Test: TestVectors/nr.txt
Test: TestVectors/panama.txt
Test: TestVectors/poly1305aes.txt
Test: TestVectors/poly1305_tls.txt
Test: TestVectors/rabbit.txt
Test: TestVectors/rsa_oaep.txt
Test: TestVectors/rsa_pkcs1_1_5.txt
Expand Down
Loading

0 comments on commit e388f2d

Please sign in to comment.