From 1d6b77beb61c9daebbe84d27fb5d48958dbc8f89 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Thu, 10 Apr 2014 23:11:03 +0800 Subject: More vectors --- docs/development/test-vectors.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') 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 -- cgit v1.2.3 From 40afce08a073d64363dc12bf1bdd520337c875c2 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Sun, 13 Apr 2014 19:17:52 +0800 Subject: Fixed wrong vectors --- docs/development/test-vectors.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 59b3fe90..b5bac556 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -92,11 +92,11 @@ Two factor authentication CMAC ~~~~ -* AES-128 from :rfc:`4493` +* 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 `NIST SP-800-38B`_ +* Two Key 3DES from `NIST SP-800-38B`_ Creating test vectors --------------------- @@ -147,4 +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 +.. _`NIST SP-800-38B`: http://csrc.nist.gov/publications/nistpubs/800-38B/Updated_CMAC_Examples.pdf -- cgit v1.2.3 From fa52e6a9e2301d2f2a824d42aa2379a7b0dea12b Mon Sep 17 00:00:00 2001 From: Ayrx Date: Mon, 14 Apr 2014 22:26:21 +0800 Subject: Updated vectors documentation --- docs/development/test-vectors.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs') 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 --------------------- -- cgit v1.2.3