aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-15 21:37:52 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-15 21:37:52 -0600
commite547d8f883b4a6425e33f72c347f2dd73af6940c (patch)
treee454ce35fe9cf5d50ec6ff2263a5a30be6618292 /docs
parentc5b0aa06a7cc843578523acb847646f3881df27f (diff)
downloadcryptography-e547d8f883b4a6425e33f72c347f2dd73af6940c.tar.gz
cryptography-e547d8f883b4a6425e33f72c347f2dd73af6940c.tar.bz2
cryptography-e547d8f883b4a6425e33f72c347f2dd73af6940c.zip
Reformat AES CTR vectors to use NIST loader & document their source properly
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index 3b8632e6..97b5c344 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -47,7 +47,8 @@ Recipes
Symmetric Ciphers
~~~~~~~~~~~~~~~~~
-* AES (CBC, CFB, CTR, ECB, GCM, OFB) from `NIST CAVP`_.
+* AES (CBC, CFB, ECB, GCM, OFB) from `NIST CAVP`_.
+* AES CTR from :rfc:`3686`.
* 3DES (CBC, CFB, ECB, OFB) from `NIST CAVP`_.
* ARC4 from :rfc:`6229`.
* Blowfish (CBC, CFB, ECB, OFB) from `Bruce Schneier's vectors`_.