summaryrefslogtreecommitdiff
path: root/keccak.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-19 14:31:20 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-19 14:31:20 -0500
commitbefd04312d8bdf2363921bf5ccb1393f5852a9a3 (patch)
treead07d8a6f73216719e0cb01aa6c5cd4a6cc34fb9 /keccak.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'keccak.h')
-rw-r--r--keccak.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/keccak.h b/keccak.h
index 89599b4e..a686f0a3 100644
--- a/keccak.h
+++ b/keccak.h
@@ -17,7 +17,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class Keccak
/// \brief Keccak message digest base class
/// \details The Crypto++ Keccak implementation uses F1600 with XOF d=0x01.
/// FIPS 202 conformance (XOF d=0x06) is available in SHA3 classes.
@@ -66,7 +65,6 @@ protected:
unsigned int m_digestSize, m_counter;
};
-/// \class Keccak_Final
/// \brief Keccak message digest template
/// \tparam T_DigestSize the size of the digest, in bytes
/// \since Crypto++ 6.0