From d8f91752db252b0b52b8731ff9a8f9d691736758 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 10 Sep 2016 23:31:01 -0400 Subject: Updated documentation --- eax.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eax.h') diff --git a/eax.h b/eax.h index 178522bc..b3e6de4d 100644 --- a/eax.h +++ b/eax.h @@ -15,6 +15,7 @@ NAMESPACE_BEGIN(CryptoPP) //! \class EAX_Base //! \brief EAX block cipher base implementation //! \details Base implementation of the AuthenticatedSymmetricCipher interface +//! \since Crypto++ 5.6.0 class CRYPTOPP_NO_VTABLE EAX_Base : public AuthenticatedSymmetricCipherBase { public: @@ -70,6 +71,7 @@ protected: //! \brief EAX block cipher final implementation //! \tparam T_BlockCipher block cipher //! \tparam T_IsEncryption direction in which to operate the cipher +//! \since Crypto++ 5.6.0 template class EAX_Final : public EAX_Base { @@ -94,6 +96,7 @@ private: //! \details \p EAX provides the \p Encryption and \p Decryption typedef. See EAX_Base //! and EAX_Final for the AuthenticatedSymmetricCipher implementation. //! \sa EAX at the Crypto Lounge +//! \since Crypto++ 5.6.0 template struct EAX : public AuthenticatedSymmetricCipherDocumentation { -- cgit v1.2.1