aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/custom-vectors/cast5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development/custom-vectors/cast5.rst')
-rw-r--r--docs/development/custom-vectors/cast5.rst4
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
--------