diff options
author | Simo Sorce <simo@redhat.com> | 2015-09-15 11:16:56 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-09-18 13:23:27 -0400 |
commit | e69da95e57f9ceb2bbe04edaf2369bce2c496851 (patch) | |
tree | 3c993eef66e82c3b613ac16fddbbb04e7ba5da7d /docs/development | |
parent | a405d49520c09236543f42415b9dd6c67744126d (diff) | |
download | cryptography-e69da95e57f9ceb2bbe04edaf2369bce2c496851.tar.gz cryptography-e69da95e57f9ceb2bbe04edaf2369bce2c496851.tar.bz2 cryptography-e69da95e57f9ceb2bbe04edaf2369bce2c496851.zip |
Add NIST Vectors for ANSI X9.63 KDF
Source:
http://csrc.nist.gov/groups/STM/cavp/documents/components/800-135testvectors/ansx963_2001.zip
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 1c84435b..0495cc77 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -318,6 +318,7 @@ Key derivation functions * HKDF (SHA1, SHA256) from :rfc:`5869`. * PBKDF2 (HMAC-SHA1) from :rfc:`6070`. * scrypt from the `draft RFC`_. +* X9.63 KDF from `NIST CAVP`_. Key wrapping ~~~~~~~~~~~~ |