PanamaHash< B > Class Template Reference

#include <panama.h>

Inheritance diagram for PanamaHash< B >:

Panama< B > AlgorithmImpl< BASE, ALGORITHM_INFO > List of all members.

Detailed Description

template<class B = LittleEndian>
class PanamaHash< B >

Panama Hash

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


The documentation for this class was generated from the following files:
Generated on Thu Nov 23 16:17:13 2006 for Crypto++ by  doxygen 1.5.1-p1