Crypto++ 8.8
Free C++ class library of cryptographic schemes
|
Base class information. More...
#include <simple.h>
Public Member Functions | |
std::string | AlgorithmName () const |
The algorithm name. | |
Static Public Member Functions | |
static std::string | StaticAlgorithmName () |
The algorithm name. | |
Base class information.
AlgorithmImpl provides StaticAlgorithmName from the template parameter BASE
|
inlinestatic |
|
inline |
The algorithm name.
AlgorithmName returns the algorithm's name as a member function. The name is acquired by calling StaticAlgorithmName.
Reimplemented in HMAC< T >, HMAC< H >, and HMAC< SHA256 >.