|
Public Types |
| enum | { DIGESTSIZE = 32
} |
Public Member Functions |
|
unsigned int | DigestSize () const |
|
void | TruncatedFinal (byte *hash, unsigned int size) |
Static Public Member Functions |
|
const char * | StaticAlgorithmName () |
Protected Types |
|
typedef word32 | Stage [8] |
| enum | { STAGES = 32
} |
Protected Member Functions |
|
void | Init () |
|
void | HashEndianCorrectedBlock (const word32 *data) |
|
unsigned int | HashMultipleBlocks (const word32 *input, unsigned int length) |
|
void | Reset () |
|
void | Iterate (unsigned int count, const word32 *p=NULL, word32 *z=NULL, const word32 *y=NULL) |
Protected Attributes |
FixedSizeSecBlock< word32,
17 *2+STAGES *sizeof(Stage) | m_state ) |
|
unsigned int | m_bstart |