aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-03-03 22:58:17 -0500
committerDonald Stufft <donald@stufft.io>2014-03-03 22:58:17 -0500
commit97e888f0e0bbfbf619d47108e35bfab91dc4c6a6 (patch)
tree689fade5f2f8ddd48b12174a7f8e1166bff02f66 /docs
parentc898e8d1328e6c0c65c13923a9581f7b41911ae3 (diff)
parentf7914109e7518272032fcf5cdea8276bc6511d94 (diff)
downloadcryptography-97e888f0e0bbfbf619d47108e35bfab91dc4c6a6.tar.gz
cryptography-97e888f0e0bbfbf619d47108e35bfab91dc4c6a6.tar.bz2
cryptography-97e888f0e0bbfbf619d47108e35bfab91dc4c6a6.zip
Merge pull request #395 from reaperhulk/idea-vectors
ECB vectors for the IDEA cipher
Diffstat (limited to 'docs')
-rw-r--r--docs/development/test-vectors.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst
index f18a5f2e..ab60fdbd 100644
--- a/docs/development/test-vectors.rst
+++ b/docs/development/test-vectors.rst
@@ -67,6 +67,7 @@ Symmetric Ciphers
* CAST5 (ECB) from :rfc:`2144`.
* CAST5 (CBC, CFB, OFB) generated by this project.
See: :doc:`/development/custom-vectors/cast5`
+* IDEA (ECB) from the `NESSIE IDEA vectors`_ created by `NESSIE`_.
Two Factor Authentication
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -122,3 +123,5 @@ header format (substituting the correct information):
.. _`FIPS 186-2`: http://csrc.nist.gov/groups/STM/cavp/documents/dss/186-2dsatestvectors.zip
.. _`FIPS 186-3`: http://csrc.nist.gov/groups/STM/cavp/documents/dss/186-3dsatestvectors.zip
.. _`GnuTLS example keys`: https://gitorious.org/gnutls/gnutls/commit/ad2061deafdd7db78fd405f9d143b0a7c579da7b
+.. _`NESSIE IDEA vectors`: https://www.cosic.esat.kuleuven.be/nessie/testvectors/bc/idea/Idea-128-64.verified.test-vectors
+.. _`NESSIE`: https://en.wikipedia.org/wiki/NESSIE