#include <panama.h>
Inheritance diagram for PanamaHash< B >:

Definition at line 29 of file panama.h.
Public Types | |
| enum | { DIGESTSIZE = 32 } |
Public Member Functions | |
| PanamaHash () | |
| unsigned int | DigestSize () const |
| void | TruncatedFinal (byte *hash, size_t size) |
| std::string | AlgorithmName () const |
Static Public Member Functions | |
| static const char * | StaticAlgorithmName () |
Protected Types | |
| enum | { STAGES = 32 } |
| typedef word32 | Stage [8] |
Protected Member Functions | |
| void | Init () |
| void | HashEndianCorrectedBlock (const word32 *data) |
| size_t | HashMultipleBlocks (const word32 *input, size_t length) |
| void | Reset () |
| void | Iterate (size_t 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 |
1.5.1-p1