diff --git a/keccak.h b/keccak.h index 4c8c3457..4d75b5e5 100644 --- a/keccak.h +++ b/keccak.h @@ -28,7 +28,7 @@ NAMESPACE_BEGIN(CryptoPP) //! round function and the XOF functions. //! \details Perform the following to specify a different digest size. The class will use F1600, 0x80, //! and a new vaue for r() (which will be 200-2*24 = 152). -//!
Keccack_192 : public Keccack
+//! Keccack_192 : public Keccack
//! {
//! public:
//! CRYPTOPP_CONSTANT(DIGESTSIZE = 24)