Fabcoin Core
0.16.2
P2P Digital Currency
|
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< SimpleKeyingInterfaceImpl< BASE, INFO >, INFO > | |
std::string | AlgorithmName () const |
Public Member Functions inherited from SimpleKeyingInterfaceImpl< BASE, INFO > | |
size_t | MinKeyLength () const |
The minimum key length used by the algorithm. More... | |
size_t | MaxKeyLength () const |
The maximum key length used by the algorithm. More... | |
size_t | DefaultKeyLength () const |
The default key length used by the algorithm. More... | |
size_t | GetValidKeyLength (size_t keylength) const |
Provides a valid key length for the algorithm. More... | |
SimpleKeyingInterface::IV_Requirement | IVRequirement () const |
The default IV requirements for the algorithm. More... | |
unsigned int | IVSize () const |
The default initialization vector length for the algorithm. More... | |
Static Public Member Functions inherited from AlgorithmImpl< SimpleKeyingInterfaceImpl< BASE, INFO >, INFO > | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
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
.