#include <panama.h>
Inheritance diagram for PanamaHash< B >:
Definition at line 29 of file panama.h.
Public Types | |
enum | { DIGESTSIZE = 32 } |
typedef NativeByteOrder | ByteOrderClass |
typedef IteratedHashBase< word32, HashTransformation >::HashWordType | HashWordType |
Public Member Functions | |
unsigned int | DigestSize () const |
void | TruncatedFinal (byte *hash, unsigned int size) |
Static Public Member Functions | |
void | CorrectEndianess (HashWordType *out, const HashWordType *in, unsigned int byteCount) |
Protected Types | |
typedef word32 | Stage [8] |
enum | { STAGES = 32 } |
Protected Member Functions | |
void | Init () |
void | vTransform (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) |
unsigned int | BlockSize () const |
void | HashBlock (const HashWordType *input) |
virtual void | vTransform (const HashWordType *data)=0 |
Protected Attributes | |
FixedSizeSecBlock< word32, 17 *2+STAGES *sizeof(Stage) | m_state ) |
unsigned int | m_bstart |