summaryrefslogtreecommitdiff
path: root/sha3.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 /sha3.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'sha3.h')
-rw-r--r--sha3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sha3.h b/sha3.h
index ca07a678..fe1fe21a 100644
--- a/sha3.h
+++ b/sha3.h
@@ -16,7 +16,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class SHA3
/// \brief SHA3 message digest base class
/// \details The Crypto++ implementation conforms to FIPS 202 version of SHA3 using F1600 with XOF d=0x06.
/// Previous behavior (XOF d=0x01) is available in Keccak classes.
@@ -51,7 +50,6 @@ protected:
unsigned int m_digestSize, m_counter;
};
-/// \class SHA3_Final
/// \brief SHA3 message digest template
/// \tparam T_DigestSize the size of the digest, in bytes
/// \since Crypto++ 5.6.2