diff options
author | Hynek Schlawack <hs@ox.cx> | 2014-03-11 13:59:01 +0100 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2014-03-11 13:59:01 +0100 |
commit | c99c2148fa8f27678acab4d9d02297cf097c77cf (patch) | |
tree | ebc45fb52956c0ffd2245d8c7362c5e97d7c42e1 /docs/development/test-vectors.rst | |
parent | 7e0a31350a5d263abf462f343ef586111a839495 (diff) | |
parent | 24d5db8ada4d762c162a8160411e1b7d68611c45 (diff) | |
download | cryptography-c99c2148fa8f27678acab4d9d02297cf097c77cf.tar.gz cryptography-c99c2148fa8f27678acab4d9d02297cf097c77cf.tar.bz2 cryptography-c99c2148fa8f27678acab4d9d02297cf097c77cf.zip |
Merge pull request #396 from reaperhulk/idea-bespoke-vectors
CBC, CFB, OFB IDEA vectors built from the AES MMT tests
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index a70b82d3..1d768179 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -69,6 +69,8 @@ Symmetric Ciphers * CAST5 (CBC, CFB, OFB) generated by this project. See: :doc:`/development/custom-vectors/cast5` * IDEA (ECB) from the `NESSIE IDEA vectors`_ created by `NESSIE`_. +* IDEA (CBC, CFB, OFB) generated by this project. + See: :doc:`/development/custom-vectors/idea` Two Factor Authentication ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -77,7 +79,6 @@ Two Factor Authentication * TOTP from :rfc:`6238` (Note that an `errata`_ for the test vectors in RFC 6238 exists) - Creating Test Vectors --------------------- @@ -88,6 +89,7 @@ its own using existing vectors as source material. Current custom vectors: :maxdepth: 1 custom-vectors/cast5 + custom-vectors/idea If official test vectors appear in the future the custom generated vectors should be discarded. |