aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/test-vectors.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-15 09:06:25 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-15 09:08:14 -0500
commit16430f93b4df8ef34d306664a24c64881684046d (patch)
treed998614cff2687f4276189d6a6ea183b6f1720a4 /docs/development/test-vectors.rst
parent31b3acbf09a181fcca9a90b96a308f538c6bb7ff (diff)
downloadcryptography-16430f93b4df8ef34d306664a24c64881684046d.tar.gz
cryptography-16430f93b4df8ef34d306664a24c64881684046d.tar.bz2
cryptography-16430f93b4df8ef34d306664a24c64881684046d.zip
add keywrap test vectors from NIST
From http://csrc.nist.gov/groups/STM/cavp/documents/mac/kwtestvectors.zip
Diffstat (limited to 'docs/development/test-vectors.rst')
-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 d5e27519..ad6c60cb 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -147,6 +147,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
~~~~~~~