aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-12 18:02:51 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-12 18:04:45 -0600
commitaf6ad144eff9636013f7c21e198a8acab7a510b2 (patch)
tree9e6ac4a335d4ad806988c4ba5dfe6d26e8505ebf /docs/development
parent89d0506b3044aa49a7ddd1fba9de1c39fa3eb7e7 (diff)
downloadcryptography-af6ad144eff9636013f7c21e198a8acab7a510b2.tar.gz
cryptography-af6ad144eff9636013f7c21e198a8acab7a510b2.tar.bz2
cryptography-af6ad144eff9636013f7c21e198a8acab7a510b2.zip
show the entire files
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/custom-vectors/cast5.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/development/custom-vectors/cast5.rst b/docs/development/custom-vectors/cast5.rst
index bbe155c8..7f1d72c1 100644
--- a/docs/development/custom-vectors/cast5.rst
+++ b/docs/development/custom-vectors/cast5.rst
@@ -13,10 +13,8 @@ Creation
the following python script was run to generate the vector files.
.. literalinclude:: /development/custom-vectors/cast5/generate_cast5.py
- :linenos:
- :lines: 7-16
-Full code: :download:`generate_cast5.py </development/custom-vectors/cast5/generate_cast5.py>`
+Download link: :download:`generate_cast5.py </development/custom-vectors/cast5/generate_cast5.py>`
Verification
@@ -25,7 +23,5 @@ Verification
The following go code was used to verify the vectors.
.. literalinclude:: /development/custom-vectors/cast5/verify_cast5.go
- :linenos:
- :lines: 36-52
-Full code: :download:`verify_cast5.go </development/custom-vectors/cast5/verify_cast5.go>`
+Download link: :download:`verify_cast5.go </development/custom-vectors/cast5/verify_cast5.go>`