|
Security Scol plugin
|
Provides a base implementation of Algorithm and SimpleKeyingInterface for message authentication codes. More...
#include <seckey.h>
Additional Inherited Members | |
Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO > | |
| std::string | AlgorithmName () const |
| The algorithm name. | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO > | |
| static std::string CRYPTOPP_API | StaticAlgorithmName () |
| The algorithm name. | |
Provides a base implementation of Algorithm and SimpleKeyingInterface for message authentication codes.
| INFO | a SimpleKeyingInterface derived class |
| BASE | a SimpleKeyingInterface derived class |
MessageAuthenticationCodeImpl() provides a default implementation for message authentication codes using AlgorithmImpl() and SimpleKeyingInterfaceImpl(). Functions are virtual and not subject to C++11 constexpr.