From e547d8f883b4a6425e33f72c347f2dd73af6940c Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 15 Feb 2014 21:37:52 -0600 Subject: Reformat AES CTR vectors to use NIST loader & document their source properly --- docs/development/test-vectors.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/development/test-vectors.rst') 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`_. -- cgit v1.2.3