summaryrefslogtreecommitdiff
path: root/xts.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-14 09:45:51 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-14 09:45:51 -0400
commit6f36f0db06d3312ae17b8b89c51ff0e2f10352f1 (patch)
treec7539aad3ddbf4881d0577f30904d7ac03cb1aa5 /xts.h
parent1b8cd7e818fea61b9d6b6c1f6d0c36d0f1d8a663 (diff)
downloadcryptopp-git-6f36f0db06d3312ae17b8b89c51ff0e2f10352f1.tar.gz
Update documentation
Diffstat (limited to 'xts.h')
-rw-r--r--xts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xts.h b/xts.h
index 67d258ea..cb10160e 100644
--- a/xts.h
+++ b/xts.h
@@ -121,6 +121,10 @@ template <class CIPHER>
class CRYPTOPP_NO_VTABLE XTS_Final : public XTS_ModeBase
{
public:
+ /// \brief The algorithm name
+ /// \returns the algorithm name
+ /// \details StaticAlgorithmName returns the algorithm's name as a static
+ /// member function.
CRYPTOPP_STATIC_CONSTEXPR const char* StaticAlgorithmName()
{return "XTS";}