Security Scol plugin
|
MAC construction using a hermetic hash function. More...
#include <panama.h>
Public Member Functions | |
void | UncheckedSetKey (const byte *key, unsigned int length, const NameValuePairs ¶ms) |
void | Restart () |
void | Update (const byte *input, size_t length) |
void | TruncatedFinal (byte *digest, size_t digestSize) |
unsigned int | DigestSize () const |
unsigned int | BlockSize () const |
unsigned int | OptimalBlockSize () const |
unsigned int | OptimalDataAlignment () const |
Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO > | |
std::string | AlgorithmName () const |
The algorithm name. | |
Protected Member Functions | |
void | KeyHash () |
Protected Attributes | |
T_Hash | m_hash |
bool | m_keyed |
SecByteBlock | m_key |
Additional Inherited Members | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO > | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
The algorithm name. | |
MAC construction using a hermetic hash function.
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |