From befd04312d8bdf2363921bf5ccb1393f5852a9a3 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 19 Jan 2018 14:31:20 -0500 Subject: Remove unneeded Doxygen directive --- ccm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ccm.h') diff --git a/ccm.h b/ccm.h index 398da200..c381150e 100644 --- a/ccm.h +++ b/ccm.h @@ -12,7 +12,6 @@ NAMESPACE_BEGIN(CryptoPP) -/// \class CCM_Base /// \brief CCM block cipher base implementation /// \details Base implementation of the AuthenticatedSymmetricCipher interface /// \since Crypto++ 5.6.0 @@ -81,7 +80,6 @@ protected: CTR_Mode_ExternalCipher::Encryption m_ctr; }; -/// \class CCM_Final /// \brief CCM block cipher final implementation /// \tparam T_BlockCipher block cipher /// \tparam T_DefaultDigestSize default digest size, in bytes @@ -102,7 +100,6 @@ private: typename T_BlockCipher::Encryption m_cipher; }; -/// \class CCM /// \brief CCM block cipher mode of operation /// \tparam T_BlockCipher block cipher /// \tparam T_DefaultDigestSize default digest size, in bytes -- cgit v1.2.1