diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-15 09:11:24 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-15 09:11:24 -0400 |
commit | 1c6e624631cb339b9e5e437083bca971530bba9f (patch) | |
tree | f7aadf6b8f883d228e19bb2f12f268e02e37f4d5 /docs/development/test-vectors.rst | |
parent | 9d7196d7f8a45667b27ae0d7378d7486b60c9229 (diff) | |
parent | d87899a584d644af99dc52a7ffefb4999074c6f8 (diff) | |
download | cryptography-1c6e624631cb339b9e5e437083bca971530bba9f.tar.gz cryptography-1c6e624631cb339b9e5e437083bca971530bba9f.tar.bz2 cryptography-1c6e624631cb339b9e5e437083bca971530bba9f.zip |
Merge pull request #2773 from jared-mess/test-vectors-NIST-800-108-counter-mode
NIST SP 800-108 Counter Mode KDF test vectors.
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 73ddb976..cc44492f 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -347,6 +347,8 @@ Key derivation functions * PBKDF2 (HMAC-SHA1) from :rfc:`6070`. * scrypt from the `draft RFC`_. * X9.63 KDF from `NIST CAVP`_. +* SP 800-108 Counter Mode KDF (HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, + HMAC-SHA384, HMAC-SHA512) from `NIST CAVP`_. Key wrapping ~~~~~~~~~~~~ |