summaryrefslogtreecommitdiff
path: root/authenc.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 23:31:01 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 23:31:01 -0400
commitd8f91752db252b0b52b8731ff9a8f9d691736758 (patch)
treed5f5b69fd345a9659ee7984bd1855af3a372b589 /authenc.h
parentd28d6e0248c9539913141aa97ec0dd60aca654db (diff)
downloadcryptopp-git-d8f91752db252b0b52b8731ff9a8f9d691736758.tar.gz
Updated documentation
Diffstat (limited to 'authenc.h')
-rw-r--r--authenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/authenc.h b/authenc.h
index a40a538c..ff719872 100644
--- a/authenc.h
+++ b/authenc.h
@@ -3,6 +3,7 @@
//! \file
//! \headerfile authenc.h
//! \brief Base classes for working with authenticated encryption modes of encryption
+//! \since Crypto++ 5.6.0
#ifndef CRYPTOPP_AUTHENC_H
#define CRYPTOPP_AUTHENC_H
@@ -14,6 +15,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! \class AuthenticatedSymmetricCipherBase
//! \brief Base implementation for one direction (encryption or decryption) of a stream cipher or block cipher mode with authentication
+//! \since Crypto++ 5.6.0
class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE AuthenticatedSymmetricCipherBase : public AuthenticatedSymmetricCipher
{
public: