summaryrefslogtreecommitdiff
path: root/eax.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 /eax.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'eax.h')
-rw-r--r--eax.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/eax.h b/eax.h
index f9917fe1..e3576363 100644
--- a/eax.h
+++ b/eax.h
@@ -12,7 +12,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class EAX_Base
/// \brief EAX block cipher base implementation
/// \details Base implementation of the AuthenticatedSymmetricCipher interface
/// \since Crypto++ 5.6.0
@@ -67,7 +66,6 @@ protected:
CTR_Mode_ExternalCipher::Encryption m_ctr;
};
-/// \class EAX_Final
/// \brief EAX block cipher final implementation
/// \tparam T_BlockCipher block cipher
/// \tparam T_IsEncryption direction in which to operate the cipher
@@ -90,7 +88,6 @@ private:
#undef EAX
#endif
-/// \class EAX
/// \brief EAX block cipher mode of operation
/// \tparam T_BlockCipher block cipher
/// \details \p EAX provides the \p Encryption and \p Decryption typedef. See EAX_Base