diff --git a/chacha.h b/chacha.h index 23608070..302c477d 100644 --- a/chacha.h +++ b/chacha.h @@ -28,7 +28,7 @@ template class CRYPTOPP_NO_VTABLE ChaCha_Policy : public AdditiveCipherConcretePolicy { protected: - CRYPTOPP_CONSTANT(ROUNDS=FixedRounds::ROUNDS); + CRYPTOPP_CONSTANT(ROUNDS=FixedRounds::ROUNDS) void CipherSetKey(const NameValuePairs ¶ms, const byte *key, size_t length); void OperateKeystream(KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount);