diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-15 21:37:52 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-15 21:37:52 -0600 |
commit | e547d8f883b4a6425e33f72c347f2dd73af6940c (patch) | |
tree | e454ce35fe9cf5d50ec6ff2263a5a30be6618292 /docs/development | |
parent | c5b0aa06a7cc843578523acb847646f3881df27f (diff) | |
download | cryptography-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/development')
-rw-r--r-- | docs/development/test-vectors.rst | 3 |
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`_. |