aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-21 20:20:12 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-21 20:20:12 -0400
commit427bcf036b56b5df8ba0816ea75253415e980f1b (patch)
tree31f04640ae188c00087bad2f962bcc6bbe63798f /docs/development
parent80fa2a291ef391e7c52d035e444af85877789c15 (diff)
parent16430f93b4df8ef34d306664a24c64881684046d (diff)
downloadcryptography-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/development')
-rw-r--r--docs/development/test-vectors.rst5
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
~~~~~~~