summaryrefslogtreecommitdiff
path: root/strciphr.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-04 03:47:28 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-04 03:47:28 -0400
commitd00777e1d7c5f129b8b86837f7a03c4e1de7da35 (patch)
tree52056536d06cc9586c84145327bd4a7849bba7e4 /strciphr.h
parent94e0b3c954b15048e00544c18c54f3776e1892da (diff)
downloadcryptopp-git-d00777e1d7c5f129b8b86837f7a03c4e1de7da35.tar.gz
Add Rabbit stream cipher (GH #678)
Diffstat (limited to 'strciphr.h')
-rw-r--r--strciphr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/strciphr.h b/strciphr.h
index 67665752..99a4d5b1 100644
--- a/strciphr.h
+++ b/strciphr.h
@@ -97,7 +97,8 @@ enum KeystreamOperation {
/// \brief XOR the input buffer and keystream, write to the aligned output buffer
XOR_KEYSTREAM_OUTPUT_ALIGNED= OUTPUT_ALIGNED,
/// \brief XOR the aligned input buffer and keystream, write to the aligned output buffer
- XOR_KEYSTREAM_BOTH_ALIGNED = OUTPUT_ALIGNED | INPUT_ALIGNED};
+ XOR_KEYSTREAM_BOTH_ALIGNED = OUTPUT_ALIGNED | INPUT_ALIGNED
+};
/// \brief Policy object for additive stream ciphers
struct CRYPTOPP_DLL CRYPTOPP_NO_VTABLE AdditiveCipherAbstractPolicy