From 1df4463c33e41caafc76c2739133c6069eda11e3 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 9 Sep 2016 04:53:15 -0400 Subject: [PATCH] Whitespace cleanup --- keccak.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)