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

RC6Decryption Class Reference

RC6. More...

#include <rc6.h>

Inheritance diagram for RC6Decryption:

RC6Base FixedBlockSize VariableKeyLength BlockTransformation List of all members.

Public Methods

 RC6Decryption (const byte *key,unsigned int keyLen=DEFAULT_KEYLENGTH,unsigned int rounds=DEFAULT_ROUNDS)
void ProcessBlock (byte *inoutBlock)const
 encrypt or decrypt one block in place. More...

void ProcessBlock (const byte *inBlock,byte *outBlock)const
 encrypt or decrypt one block, may assume inBlock != outBlock. More...


Detailed Description

RC6.

Definition at line 40 of file rc6.h.


Constructor & Destructor Documentation

RC6Decryption::RC6Decryption ( const byte * key,
unsigned int keyLen = DEFAULT_KEYLENGTH,
unsigned int rounds = DEFAULT_ROUNDS ) [inline]
 

Definition at line 43 of file rc6.h.


Member Function Documentation

void RC6Decryption::ProcessBlock ( const byte * in,
byte * out ) const [virtual]
 

encrypt or decrypt one block, may assume inBlock != outBlock.

Precondition:
size of inBlock and outBlock == BlockSize()

Reimplemented from BlockTransformation.

Definition at line 63 of file rc6.cpp.

void RC6Decryption::ProcessBlock ( byte * inoutBlock ) const [inline, virtual]
 

encrypt or decrypt one block in place.

Precondition:
size of inoutBlock == BlockSize()

Reimplemented from BlockTransformation.

Definition at line 46 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