mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Update documentation
This commit is contained in:
parent
1b8cd7e818
commit
6f36f0db06
4
xts.h
4
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";}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user