diff options
author | Donald Stufft <donald@stufft.io> | 2014-04-09 12:01:18 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2014-04-09 12:01:18 -0400 |
commit | fae681c86a71a478b78dd835353df13ece6fd4fc (patch) | |
tree | 0b3028ff6abf8bb1d69414132faa5269fb235b69 /docs/development/test-vectors.rst | |
parent | f62953a5044065d61ad99b2543940a97c988f00c (diff) | |
parent | 10a2fa4b517062bb3e37d4de2ba4b977e49e6cc1 (diff) | |
download | cryptography-fae681c86a71a478b78dd835353df13ece6fd4fc.tar.gz cryptography-fae681c86a71a478b78dd835353df13ece6fd4fc.tar.bz2 cryptography-fae681c86a71a478b78dd835353df13ece6fd4fc.zip |
Merge pull request #904 from reaperhulk/seed-bespoke-vectors
add SEED CFB/OFB bespoke vectors and documentation
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index d2e9548b..a1692c19 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -79,6 +79,8 @@ Symmetric ciphers See: :doc:`/development/custom-vectors/idea` * SEED (ECB) from :rfc:`4269`. * SEED (CBC) from :rfc:`4196`. +* SEED (CFB, OFB) generated by this project. + See: :doc:`/development/custom-vectors/seed` Two factor authentication ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -98,6 +100,7 @@ its own using existing vectors as source material. Current custom vectors: custom-vectors/cast5 custom-vectors/idea + custom-vectors/seed If official test vectors appear in the future the custom generated vectors should be discarded. |