diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-04-14 22:26:21 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-04-14 22:26:21 +0800 |
commit | fa52e6a9e2301d2f2a824d42aa2379a7b0dea12b (patch) | |
tree | cc38089ebb56389370e722e4bdedcecd1c09e867 /docs/development/test-vectors.rst | |
parent | 40afce08a073d64363dc12bf1bdd520337c875c2 (diff) | |
download | cryptography-fa52e6a9e2301d2f2a824d42aa2379a7b0dea12b.tar.gz cryptography-fa52e6a9e2301d2f2a824d42aa2379a7b0dea12b.tar.bz2 cryptography-fa52e6a9e2301d2f2a824d42aa2379a7b0dea12b.zip |
Updated vectors documentation
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 6 |
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 --------------------- |