Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Panama Class Reference

base class, do not use directly. More...

#include <panama.h>

Inheritance diagram for Panama:

PanamaCipher PanamaHash PanamaMAC List of all members.

Public Methods

 Panama ()
void Reset ()
void Iterate (unsigned int count,const word32 *p=NULL,word32 *z=NULL,const word32 *y=NULL)

Protected Types

typedef word32 Stage [8]

Protected Attributes

SecBlock<word32> m_state
unsigned int m_bstart

Detailed Description

base class, do not use directly.

Definition at line 11 of file panama.h.


Member Typedef Documentation

typedef word32 Panama::Stage[8] [protected]
 

Definition at line 19 of file panama.h.


Constructor & Destructor Documentation

Panama::Panama ( )
 

Definition at line 10 of file panama.cpp.


Member Function Documentation

void Panama::Iterate ( unsigned int count,
const word32 * p = NULL,
word32 * z = NULL,
const word32 * y = NULL )
 

Definition at line 22 of file panama.cpp.

void Panama::Reset ( )
 

Definition at line 16 of file panama.cpp.


Member Data Documentation

unsigned int Panama::m_bstart [protected]
 

Definition at line 21 of file panama.h.

SecBlock< word32 > Panama::m_state [protected]
 

Definition at line 20 of file panama.h.


The documentation for this class was generated from the following files:
Generated at Mon Jan 15 01:16:57 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000