diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-08 08:44:25 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-08 08:45:11 -0500 |
commit | 1d0f97352ba543d05b7499e3dfafa3505e20e698 (patch) | |
tree | fc849a6f35dba4137ce289d2cb0a6173f11d6fe3 /docs | |
parent | 69b31c4c6ff764d0f9ad374313a6f4222243576e (diff) | |
download | cryptography-1d0f97352ba543d05b7499e3dfafa3505e20e698.tar.gz cryptography-1d0f97352ba543d05b7499e3dfafa3505e20e698.tar.bz2 cryptography-1d0f97352ba543d05b7499e3dfafa3505e20e698.zip |
add SEED ECB vectors from rfc 4269
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/test-vectors.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 484d06bd..b5808558 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -77,6 +77,7 @@ Symmetric ciphers * IDEA (ECB) from the `NESSIE IDEA vectors`_ created by `NESSIE`_. * IDEA (CBC, CFB, OFB) generated by this project. See: :doc:`/development/custom-vectors/idea` +* SEED (ECB) from :rfc:`4269`. Two factor authentication ~~~~~~~~~~~~~~~~~~~~~~~~~ |