diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-14 15:34:19 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-14 15:34:19 -0400 |
commit | 399fcb543babb8bac6781938d4f6ef93174ea795 (patch) | |
tree | bd284858df2830d56b4515ba4b70abfa89e3a756 /docs/development | |
parent | 7de318642cc5c6fda465493331e52874d4c46425 (diff) | |
parent | fa52e6a9e2301d2f2a824d42aa2379a7b0dea12b (diff) | |
download | cryptography-399fcb543babb8bac6781938d4f6ef93174ea795.tar.gz cryptography-399fcb543babb8bac6781938d4f6ef93174ea795.tar.bz2 cryptography-399fcb543babb8bac6781938d4f6ef93174ea795.zip |
Merge pull request #910 from Ayrx/cmac-vectors
Added test vectors for AES-CMAC
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index a1692c19..5f31e304 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -89,6 +89,11 @@ Two factor authentication * TOTP from :rfc:`6238` (Note that an `errata`_ for the test vectors in RFC 6238 exists) +CMAC +~~~~ + +* AES-128, AES-192, AES-256, 3DES from `NIST SP-800-38B`_ + Creating test vectors --------------------- @@ -138,3 +143,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/Updated_CMAC_Examples.pdf |