diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-21 20:20:12 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-21 20:20:12 -0400 |
commit | 427bcf036b56b5df8ba0816ea75253415e980f1b (patch) | |
tree | 31f04640ae188c00087bad2f962bcc6bbe63798f /docs | |
parent | 80fa2a291ef391e7c52d035e444af85877789c15 (diff) | |
parent | 16430f93b4df8ef34d306664a24c64881684046d (diff) | |
download | cryptography-427bcf036b56b5df8ba0816ea75253415e980f1b.tar.gz cryptography-427bcf036b56b5df8ba0816ea75253415e980f1b.tar.bz2 cryptography-427bcf036b56b5df8ba0816ea75253415e980f1b.zip |
Merge pull request #1759 from reaperhulk/aes-keywrap-vectors
add keywrap test vectors from NIST
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/test-vectors.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 1cffd89b..f6197f92 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -154,6 +154,11 @@ Key derivation functions * PBKDF2 (HMAC-SHA1) from :rfc:`6070`. * scrypt from the `draft RFC`_. +Key wrapping +~~~~~~~~~~~~ + +* AES key wrap (AESKW) and 3DES key wrap test vectors from `NIST CAVP`_. + Recipes ~~~~~~~ |