summaryrefslogtreecommitdiff
path: root/ttmac.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 /ttmac.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'ttmac.h')
-rw-r--r--ttmac.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ttmac.h b/ttmac.h
index d0943c80..3433ded6 100644
--- a/ttmac.h
+++ b/ttmac.h
@@ -12,7 +12,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class TTMAC_Base
/// \brief TTMAC message authentication code information
class CRYPTOPP_NO_VTABLE TTMAC_Base : public FixedKeyLength<20>, public IteratedHash<word32, LittleEndian, 64, MessageAuthenticationCode>
{
@@ -34,7 +33,6 @@ protected:
FixedSizeSecBlock<word32, 5> m_key;
};
-/// \class TTMAC
/// \brief Two-Track-MAC message authentication code
/// \tparam T HashTransformation class
/// \details 160-bit MAC with 160-bit key