summaryrefslogtreecommitdiff
path: root/xts.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-16 18:46:16 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-16 18:46:16 -0400
commit8e63b121ae5fbef5187be649ca8ad9051bfd2c49 (patch)
tree52e8d520c097863c8be3c1f12eac2f65cdd58dd5 /xts.h
parent8fe0ba4c74bd70b290c3aec6f6da9845d6a1ce70 (diff)
downloadcryptopp-git-8e63b121ae5fbef5187be649ca8ad9051bfd2c49.tar.gz
Update documentation
Diffstat (limited to 'xts.h')
-rw-r--r--xts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xts.h b/xts.h
index ade50add..4ac70e3e 100644
--- a/xts.h
+++ b/xts.h
@@ -52,7 +52,7 @@ public:
/// \brief The algorithm name
/// \return the algorithm name
/// \details StaticAlgorithmName returns the algorithm's name as a static
- /// member function.
+ /// member function.
CRYPTOPP_STATIC_CONSTEXPR const char* StaticAlgorithmName()
{return "XTS";}