#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 |
std::string | AlgorithmName () const |
Static Public Member Functions | |
static std::string __cdecl | StaticAlgorithmName () |
Protected Member Functions | |
void | KeyHash () |
Protected Attributes | |
T_Hash | m_hash |
bool | m_keyed |
SecByteBlock | m_key |
Definition at line 46 of file panama.h.