summaryrefslogtreecommitdiff
path: root/vmac.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 /vmac.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'vmac.h')
-rw-r--r--vmac.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/vmac.h b/vmac.h
index 3e61bc43..18d06efe 100644
--- a/vmac.h
+++ b/vmac.h
@@ -19,7 +19,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class VMAC_Base
/// \brief VMAC message authentication code base class
/// \since Crypto++ 5.5
class VMAC_Base : public IteratedHashBase<word64, MessageAuthenticationCode>
@@ -64,7 +63,6 @@ protected:
unsigned int m_L1KeyLength;
};
-/// \class VMAC
/// \brief VMAC message authentication code
/// \tparam T_BlockCipher block cipher
/// \tparam T_DigestBitSize digest size, in bits