Crypto++
|
_ More...
#include <iterhash.h>
Public Member Functions | |
unsigned int | DigestSize () const |
Clonable * | Clone () const |
Static Public Attributes | |
static const int | DIGESTSIZE = T_DigestSize ? T_DigestSize : T_StateSize |
Protected Member Functions | |
void | HashEndianCorrectedBlock (const T_HashWordType *data) |
void | Init () |
T_HashWordType * | StateBuf () |
Protected Attributes | |
FixedSizeAlignedSecBlock < T_HashWordType, T_BlockSize/sizeof(T_HashWordType), T_StateAligned > | m_state |
_