diff options
author | David Reid <dreid@dreid.org> | 2014-04-08 09:19:21 -0700 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-04-08 09:19:21 -0700 |
commit | fb201e9f21c19d2e31020012fafdeb85083d36c4 (patch) | |
tree | 07f30a10587c2e7b716a4c5d7d0301b097a2cc65 /docs/development | |
parent | 0ceb4694005bb4a82dae2a3d5d2a724a4d9108b5 (diff) | |
parent | f0e12ac15a634ccaaaa128c994449a142282490d (diff) | |
download | cryptography-fb201e9f21c19d2e31020012fafdeb85083d36c4.tar.gz cryptography-fb201e9f21c19d2e31020012fafdeb85083d36c4.tar.bz2 cryptography-fb201e9f21c19d2e31020012fafdeb85083d36c4.zip |
Merge pull request #903 from reaperhulk/seed-ecb-vectors
add SEED ECB/CBC vectors
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/test-vectors.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 484d06bd..d2e9548b 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -77,6 +77,8 @@ 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`. +* SEED (CBC) from :rfc:`4196`. Two factor authentication ~~~~~~~~~~~~~~~~~~~~~~~~~ |