summaryrefslogtreecommitdiff
path: root/hc128.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-05 07:13:04 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-05 07:13:04 -0400
commitfd5dc95f96a08d2397bfef2ce1db6755861aabff (patch)
treeddb78581d6d5f84ca2c7bf73888b52f93959e7cc /hc128.cpp
parent23c8bfde7e4212703e3d5925a47cbb38ed0c3fd4 (diff)
downloadcryptopp-git-fd5dc95f96a08d2397bfef2ce1db6755861aabff.tar.gz
Fix spelling
Diffstat (limited to 'hc128.cpp')
-rw-r--r--hc128.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hc128.cpp b/hc128.cpp
index 0d0fb14c..19b4a3db 100644
--- a/hc128.cpp
+++ b/hc128.cpp
@@ -224,7 +224,7 @@ void HC128Policy::OperateKeystream(KeystreamOperation operation, byte *output, c
PutWord(false, LITTLE_ENDIAN_ORDER, output + 56, keystream[14]);
PutWord(false, LITTLE_ENDIAN_ORDER, output + 60, keystream[15]);
- // If AdditiveCipherTemplate does not have an acculated keystream
+ // If AdditiveCipherTemplate does not have an accumulated keystream
// then it will ask OperateKeystream to XOR the plaintext with
// the keystream and write it to the ciphertext buffer.
if ((operation & INPUT_NULL) != INPUT_NULL)