summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-12-31 17:23:38 -0500
committerJeffrey Walton <noloader@gmail.com>2019-12-31 17:23:38 -0500
commite5afad2d9a8a071119ea6a4b4993e4c2014901a2 (patch)
tree8eeb5533b3cbe795b13563a29dd57e32d7fc5498 /filters.h
parentb47bb9cfc47ced03d306c1e868c4b24217be8add (diff)
downloadcryptopp-git-e5afad2d9a8a071119ea6a4b4993e4c2014901a2.tar.gz
Update documentation
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/filters.h b/filters.h
index eb4f459d..ded768a6 100644
--- a/filters.h
+++ b/filters.h
@@ -644,7 +644,9 @@ private:
/// was OK. Also see <A HREF=
/// "https://github.com/weidai11/cryptopp/issues/817">Issue 817</A> and <A HREF=
/// "https://github.com/weidai11/cryptopp/commit/ff110c6e183e">Commit ff110c6e183e</A>.
-/// \sa AuthenticatedDecryptionFilter, EAX, CCM, GCM, AuthenticatedSymmetricCipher
+/// \sa AuthenticatedSymmetricCipher, AuthenticatedDecryptionFilter, EAX, CCM, GCM,
+/// and <A HREF="https://www.cryptopp.com/wiki/AadSource">AadSource</A> on the
+/// Crypto++ wiki.
/// \since Crypto++ 5.6.0
class CRYPTOPP_DLL AuthenticatedEncryptionFilter : public StreamTransformationFilter
{
@@ -691,7 +693,9 @@ protected:
/// was OK. Also see <A HREF=
/// "https://github.com/weidai11/cryptopp/issues/817">Issue 817</A> and <A HREF=
/// "https://github.com/weidai11/cryptopp/commit/ff110c6e183e">Commit ff110c6e183e</A>.
-/// \sa AuthenticatedEncryptionFilter, EAX, CCM, GCM, AuthenticatedSymmetricCipher
+/// \sa AuthenticatedSymmetricCipher, AuthenticatedEncryptionFilter, EAX, CCM, GCM,
+/// and <A HREF="https://www.cryptopp.com/wiki/AadSource">AadSource</A> on the
+/// Crypto++ wiki.
/// \since Crypto++ 5.6.0
class CRYPTOPP_DLL AuthenticatedDecryptionFilter : public FilterWithBufferedInput, public BlockPaddingSchemeDef
{