Crypto++
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Protected Attributes | Static Protected Attributes
PanamaCipherPolicy Class Reference

_ More...

#include <panama.h>

Inheritance diagram for PanamaCipherPolicy:
AdditiveCipherConcretePolicy< word32, 8 > PanamaCipherInfo< B > Panama< B >

List of all members.

Public Types

typedef WT WordType

Public Member Functions

unsigned int GetAlignment () const
unsigned int GetBytesPerIteration () const
unsigned int GetIterationsToBuffer () const
bool CanOperateKeystream () const

Static Public Member Functions

static const char * StaticAlgorithmName ()

Static Public Attributes

static const int BYTES_PER_ITERATION

Protected Types

typedef word32 Stage [8]

Protected Member Functions

void CipherSetKey (const NameValuePairs &params, const byte *key, size_t length)
void OperateKeystream (KeystreamOperation operation, byte *output, const byte *input, size_t iterationCount)
bool CipherIsRandomAccess () const
void CipherResynchronize (byte *keystreamBuffer, const byte *iv, 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, 8 > m_key
FixedSizeAlignedSecBlock
< word32, 20+8 *32 > 
m_state

Static Protected Attributes

static const int STAGES

Detailed Description

_


The documentation for this class was generated from the following files: