aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/custom-vectors/seed.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/seed.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/seed.rst')
-rw-r--r--docs/development/custom-vectors/seed.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/custom-vectors/seed.rst b/docs/development/custom-vectors/seed.rst
index e8fda542..5ea4295b 100644
--- a/docs/development/custom-vectors/seed.rst
+++ b/docs/development/custom-vectors/seed.rst
@@ -3,7 +3,7 @@ SEED vector creation
This page documents the code that was used to generate the SEED CFB and OFB
test vectors as well as the code used to verify them against another
-implementation. For SEED the vectors were generated using OpenSSL and verified
+implementation. The vectors were generated using OpenSSL and verified
with `Botan`_.
Creation
@@ -20,7 +20,7 @@ Download link: :download:`generate_seed.py </development/custom-vectors/seed/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/seed/verify_seed.py