aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-04-10 23:11:03 +0800
committerAyrx <terrycwk1994@gmail.com>2014-04-10 23:11:03 +0800
commit1d6b77beb61c9daebbe84d27fb5d48958dbc8f89 (patch)
tree667184dbc84c57f25d4c1f3456ff63959033d1a2 /docs/development/test-vectors.rst
parent5af6f1b825075f3738eaa9c971800bd2bb69ff37 (diff)
downloadcryptography-1d6b77beb61c9daebbe84d27fb5d48958dbc8f89.tar.gz
cryptography-1d6b77beb61c9daebbe84d27fb5d48958dbc8f89.tar.bz2
cryptography-1d6b77beb61c9daebbe84d27fb5d48958dbc8f89.zip
More vectors
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r--docs/development/test-vectors.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index a1692c19..59b3fe90 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -89,6 +89,15 @@ Two factor authentication
* TOTP from :rfc:`6238` (Note that an `errata`_ for the test vectors in RFC
6238 exists)
+CMAC
+~~~~
+
+* AES-128 from :rfc:`4493`
+* 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 `NIST SP-800-38B`_
+
Creating test vectors
---------------------
@@ -138,3 +147,4 @@ header format (substituting the correct information):
.. _`NESSIE IDEA vectors`: https://www.cosic.esat.kuleuven.be/nessie/testvectors/bc/idea/Idea-128-64.verified.test-vectors
.. _`NESSIE`: https://en.wikipedia.org/wiki/NESSIE
.. _`Ed25519 website`: http://ed25519.cr.yp.to/software.html
+.. _`NIST SP-800-38B`: http://csrc.nist.gov/publications/nistpubs/800-38B/SP_800-38B.pdf