diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-12 18:02:51 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-12 18:04:45 -0600 |
commit | af6ad144eff9636013f7c21e198a8acab7a510b2 (patch) | |
tree | 9e6ac4a335d4ad806988c4ba5dfe6d26e8505ebf | |
parent | 89d0506b3044aa49a7ddd1fba9de1c39fa3eb7e7 (diff) | |
download | cryptography-af6ad144eff9636013f7c21e198a8acab7a510b2.tar.gz cryptography-af6ad144eff9636013f7c21e198a8acab7a510b2.tar.bz2 cryptography-af6ad144eff9636013f7c21e198a8acab7a510b2.zip |
show the entire files
-rw-r--r-- | docs/development/custom-vectors/cast5.rst | 8 |
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>` |