aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-04-14 22:26:21 +0800
committerAyrx <terrycwk1994@gmail.com>2014-04-14 22:26:21 +0800
commitfa52e6a9e2301d2f2a824d42aa2379a7b0dea12b (patch)
treecc38089ebb56389370e722e4bdedcecd1c09e867
parent40afce08a073d64363dc12bf1bdd520337c875c2 (diff)
downloadcryptography-fa52e6a9e2301d2f2a824d42aa2379a7b0dea12b.tar.gz
cryptography-fa52e6a9e2301d2f2a824d42aa2379a7b0dea12b.tar.bz2
cryptography-fa52e6a9e2301d2f2a824d42aa2379a7b0dea12b.zip
Updated vectors documentation
-rw-r--r--docs/development/test-vectors.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index b5bac556..5f31e304 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -92,11 +92,7 @@ Two factor authentication
CMAC
~~~~
-* AES-128 from `NIST SP-800-38B`_
-* AES-192 from `NIST SP-800-38B`_
-* AES-256 from `NIST SP-800-38B`_
-* Three Key 3DES from `NIST SP-800-38B`_
-* Two Key 3DES from `NIST SP-800-38B`_
+* AES-128, AES-192, AES-256, 3DES from `NIST SP-800-38B`_
Creating test vectors
---------------------