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

RijndaelDecryption Class Reference

Rijndael. More...

#include <rijndael.h>

Inheritance diagram for RijndaelDecryption:

Rijndael FixedBlockSize VariableKeyLength BlockTransformation List of all members.

Public Methods

 RijndaelDecryption (const byte *userKey,unsigned int keylength=DEFAULT_KEYLENGTH)
void ProcessBlock (const byte *inBlock,byte *outBlock)const
 encrypt or decrypt one block, may assume inBlock != outBlock. More...

void ProcessBlock (byte *inoutBlock)const
 encrypt or decrypt one block in place. More...


Detailed Description

Rijndael.

Definition at line 59 of file rijndael.h.


Constructor & Destructor Documentation

RijndaelDecryption::RijndaelDecryption ( const byte * userKey,
unsigned int keylength = DEFAULT_KEYLENGTH )
 

Definition at line 220 of file rijndael.cpp.


Member Function Documentation

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

encrypt or decrypt one block in place.

Precondition:
size of inoutBlock == BlockSize()

Reimplemented from BlockTransformation.

Definition at line 65 of file rijndael.h.

void RijndaelDecryption::ProcessBlock ( const byte * inBlock,
byte * outBlock ) const [virtual]
 

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

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

Reimplemented from BlockTransformation.

Definition at line 259 of file rijndael.cpp.


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