aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-04-08 09:19:21 -0700
committerDavid Reid <dreid@dreid.org>2014-04-08 09:19:21 -0700
commitfb201e9f21c19d2e31020012fafdeb85083d36c4 (patch)
tree07f30a10587c2e7b716a4c5d7d0301b097a2cc65 /docs
parent0ceb4694005bb4a82dae2a3d5d2a724a4d9108b5 (diff)
parentf0e12ac15a634ccaaaa128c994449a142282490d (diff)
downloadcryptography-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')
-rw-r--r--docs/development/test-vectors.rst2
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
~~~~~~~~~~~~~~~~~~~~~~~~~