diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-15 23:06:57 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-16 19:34:44 -0600 |
commit | 9104dd2b2c5cd717dc7c0459d911263a8b6f7058 (patch) | |
tree | 0ca1a55d0aa2ca5cace5bc47659c6a7cc305b919 | |
parent | aee319fc9a384e3b75dad304ecebf5ca6aad7730 (diff) | |
download | cryptography-9104dd2b2c5cd717dc7c0459d911263a8b6f7058.tar.gz cryptography-9104dd2b2c5cd717dc7c0459d911263a8b6f7058.tar.bz2 cryptography-9104dd2b2c5cd717dc7c0459d911263a8b6f7058.zip |
clearer prose
-rw-r--r-- | docs/development/custom-vectors/cast5.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/custom-vectors/cast5.rst b/docs/development/custom-vectors/cast5.rst index 5d448dfa..f5400270 100644 --- a/docs/development/custom-vectors/cast5.rst +++ b/docs/development/custom-vectors/cast5.rst @@ -4,8 +4,8 @@ CAST5 Vector Creation This page documents the code that was used to generate the CAST5 CBC, CFB, OFB, and CTR test vectors as well as the code used to verify them against another implementation. For CAST5 the CBC, CFB, and OFB vectors were generated using -OpenSSL and the CTR vectors were generated using Apple's CommonCrypto. All of -the modes were verified with Go. +OpenSSL and the CTR vectors were generated using Apple's CommonCrypto. All the +generated vectors were verified with Go. Creation -------- |