TTMAC message authentication code information.
More...
#include <ttmac.h>
|
static const int | DIGESTSIZE =20 |
|
static const int | KEYLENGTH |
| The default key length used by the algorithm provided as a constant.
|
|
static const int | MIN_KEYLENGTH |
| The minimum key length used by the algorithm provided as a constant.
|
|
static const int | MAX_KEYLENGTH |
| The maximum key length used by the algorithm provided as a constant.
|
|
static const int | DEFAULT_KEYLENGTH |
| The default key length used by the algorithm provided as a constant.
|
|
static const int | IV_REQUIREMENT |
| The default IV requirements for the algorithm provided as a constant.
|
|
static const int | IV_LENGTH |
| The default IV length used by the algorithm provided as a constant.
|
|
static const int | BLOCKSIZE |
|
TTMAC message authentication code information.
Definition at line 16 of file ttmac.h.
◆ StaticAlgorithmName()
static std::string TTMAC_Base::StaticAlgorithmName |
( |
| ) |
|
|
inlinestatic |
◆ DigestSize()
unsigned int TTMAC_Base::DigestSize |
( |
| ) |
const |
|
inline |
◆ UncheckedSetKey()
void TTMAC_Base::UncheckedSetKey |
( |
const byte * |
userKey, |
|
|
unsigned int |
keylength, |
|
|
const NameValuePairs & |
params |
|
) |
| |
◆ TruncatedFinal()
void TTMAC_Base::TruncatedFinal |
( |
byte * |
mac, |
|
|
size_t |
size |
|
) |
| |
◆ DIGESTSIZE
const int TTMAC_Base::DIGESTSIZE =20 |
|
static |
The documentation for this class was generated from the following files: