aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/custom-vectors/idea.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-09 13:33:38 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2014-04-09 13:33:38 -0400
commitec53c7158e6b879f0706ef0360556c6a0e768fa4 (patch)
tree4378cee22ea86ae112d8890ab89bea5918e3023e /docs/development/custom-vectors/idea.rst
parentfae681c86a71a478b78dd835353df13ece6fd4fc (diff)
parent36b15c3f7c0d417978bd65df2526092b05df4364 (diff)
downloadcryptography-ec53c7158e6b879f0706ef0360556c6a0e768fa4.tar.gz
cryptography-ec53c7158e6b879f0706ef0360556c6a0e768fa4.tar.bz2
cryptography-ec53c7158e6b879f0706ef0360556c6a0e768fa4.zip
Merge pull request #909 from reaperhulk/doc-improvements
some small doc fixes
Diffstat (limited to 'docs/development/custom-vectors/idea.rst')
-rw-r--r--docs/development/custom-vectors/idea.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/development/custom-vectors/idea.rst b/docs/development/custom-vectors/idea.rst
index e0db58d9..c2268634 100644
--- a/docs/development/custom-vectors/idea.rst
+++ b/docs/development/custom-vectors/idea.rst
@@ -3,8 +3,8 @@ IDEA vector creation
This page documents the code that was used to generate the IDEA CBC, CFB, and
OFB test vectors as well as the code used to verify them against another
-implementation. For IDEA the vectors were generated using OpenSSL and verified
-with Go.
+implementation. The vectors were generated using OpenSSL and verified with
+`Botan`_.
Creation
--------
@@ -20,7 +20,7 @@ Download link: :download:`generate_idea.py </development/custom-vectors/idea/gen
Verification
------------
-The following python code was used to verify the vectors using the `Botan`_
+The following Python code was used to verify the vectors using the `Botan`_
project's Python bindings.
.. literalinclude:: /development/custom-vectors/idea/verify_idea.py