summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
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