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

RC6Base Class Reference

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

#include <rc6.h>

Inheritance diagram for RC6Base:

FixedBlockSize VariableKeyLength BlockTransformation RC6Decryption RC6Encryption List of all members.

Public Types

typedef word32 RC6_WORD
enum  { DEFAULT_ROUNDS = 20 }

Protected Methods

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

Protected Attributes

const unsigned int r
SecBlock<RC6_WORD> sTable

Detailed Description

base class, do not use directly.

Definition at line 13 of file rc6.h.


Member Typedef Documentation

typedef word32 RC6Base::RC6_WORD
 

Definition at line 16 of file rc6.h.


Member Enumeration Documentation

anonymous enum
 

Definition at line 18 of file rc6.h.


Constructor & Destructor Documentation

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

Definition at line 9 of file rc6.cpp.


Member Data Documentation

const unsigned int RC6Base::r [protected]
 

Definition at line 23 of file rc6.h.

SecBlock< RC6_WORD > RC6Base::sTable [protected]
 

Definition at line 24 of file rc6.h.


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