aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/custom-vectors/idea.rst
diff options
context:
space:
mode:
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