summaryrefslogtreecommitdiff
path: root/keccak.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-09 04:53:15 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-09 04:53:15 -0400
commit1df4463c33e41caafc76c2739133c6069eda11e3 (patch)
tree8d35f50b4f54ba43cd0bbe31fcfad0cfb69d0cd5 /keccak.h
parentb7300a96ae9832a6f0369b4e7ec27221b950b849 (diff)
downloadcryptopp-git-1df4463c33e41caafc76c2739133c6069eda11e3.tar.gz
Whitespace cleanup
Diffstat (limited to 'keccak.h')
-rw-r--r--keccak.h2
1 files changed, 1 insertions, 1 deletions
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 <tt>r()</tt> (which will be <tt>200-2*24 = 152</tt>).
-//! <pre>Keccack_192 : public Keccack
+//! <pre> Keccack_192 : public Keccack
//! {
//! public:
//! CRYPTOPP_CONSTANT(DIGESTSIZE = 24)