summaryrefslogtreecommitdiff
path: root/TestVectors/all.txt
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-27 01:41:53 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-27 01:41:53 -0500
commite388f2d88d7f4b2b52f60d5254ab27aaebcfa06e (patch)
tree85983c1001a7314f065ecb45b4003c01861d8ae0 /TestVectors/all.txt
parent6cd2d0a06a57fd800d2c590055eb741f870ac2ec (diff)
downloadcryptopp-git-e388f2d88d7f4b2b52f60d5254ab27aaebcfa06e.tar.gz
Add Poly1305TLS algorithm (GH #727)
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
Diffstat (limited to 'TestVectors/all.txt')
-rw-r--r--TestVectors/all.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TestVectors/all.txt b/TestVectors/all.txt
index ed83f224..5bca67bc 100644
--- a/TestVectors/all.txt
+++ b/TestVectors/all.txt
@@ -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