aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-03-08 09:23:08 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-03-07 20:23:08 -0500
commit88d836e10d090dfedc4b88a0fe302c77382a8211 (patch)
treec1869fd40a1837f27db87928a09186ce94476cce /docs
parentbc6f74f046ac3a2b41edbfba1529b6b32d893761 (diff)
downloadcryptography-88d836e10d090dfedc4b88a0fe302c77382a8211.tar.gz
cryptography-88d836e10d090dfedc4b88a0fe302c77382a8211.tar.bz2
cryptography-88d836e10d090dfedc4b88a0fe302c77382a8211.zip
add poly1305 test vectors from rfc 7539 (#4800)
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 0ad94b24..1f4a8dff 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -607,6 +607,11 @@ CMAC
* AES-128, AES-192, AES-256, 3DES from `NIST SP-800-38B`_
+Poly1305
+~~~~~~~~
+
+* Test vectors from :rfc:`7539`.
+
Creating test vectors
---------------------