summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-02-07 13:23:36 -0500
committerJeffrey Walton <noloader@gmail.com>2017-02-07 13:23:36 -0500
commita25fa00a3f2070e9cb469e0535be07fe1d4cd368 (patch)
tree8dc69b65a94a2945a6fe6c9187c975d007303c9c /filters.h
parent2868452193e32156da4d0bc4ffe113daf4e3e121 (diff)
downloadcryptopp-git-a25fa00a3f2070e9cb469e0535be07fe1d4cd368.tar.gz
Updated documentation
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/filters.h b/filters.h
index a079fdba..aef4ba78 100644
--- a/filters.h
+++ b/filters.h
@@ -481,6 +481,9 @@ struct BlockPaddingSchemeDef
//! \brief 1 and 0's padding added to a block
ONE_AND_ZEROS_PADDING,
//! \brief W3C padding added to a block
+ //! \sa <A HREF="http://www.w3.org/TR/2002/REC-xmlenc-core-20021210/Overview.html">XML
+ //! Encryption Syntax and Processing</A>
+ //! \since Crypto++ 5.7
W3C_PADDING,
//! \brief Default padding scheme
DEFAULT_PADDING