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

RC5Base Class Reference

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

#include <rc5.h>

Inheritance diagram for RC5Base:

FixedBlockSize VariableKeyLength BlockTransformation RC5Decryption RC5Encryption List of all members.

Public Types

typedef word32 RC5_WORD
enum  { DEFAULT_ROUNDS = 16 }

Protected Methods

 RC5Base (const byte *key,unsigned int keyLen,unsigned int rounds)

Protected Attributes

const unsigned int r
SecBlock<RC5_WORD> sTable

Detailed Description

base class, do not use directly.

Definition at line 13 of file rc5.h.


Member Typedef Documentation

typedef word32 RC5Base::RC5_WORD
 

Definition at line 16 of file rc5.h.


Member Enumeration Documentation

anonymous enum
 

Definition at line 18 of file rc5.h.


Constructor & Destructor Documentation

RC5Base::RC5Base ( const byte * k,
unsigned int keylen,
unsigned int rounds ) [protected]
 

Definition at line 8 of file rc5.cpp.


Member Data Documentation

const unsigned int RC5Base::r [protected]
 

Definition at line 23 of file rc5.h.

SecBlock< RC5_WORD > RC5Base::sTable [protected]
 

Definition at line 24 of file rc5.h.


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