Update documentation

This commit is contained in:
Jeffrey Walton 2019-10-14 09:45:51 -04:00
parent 1b8cd7e818
commit 6f36f0db06
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

4
xts.h
View File

@ -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";}