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

DES_XEX3_Decryption Class Reference

DES-XEX3, AKA DESX. More...

#include <des.h>

Inheritance diagram for DES_XEX3_Decryption:

FixedBlockSize FixedKeyLength BlockTransformation List of all members.

Public Methods

 DES_XEX3_Decryption (const byte *userKey,unsigned int=0)
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

DES-XEX3, AKA DESX.

Definition at line 134 of file des.h.


Constructor & Destructor Documentation

DES_XEX3_Decryption::DES_XEX3_Decryption ( const byte * userKey,
unsigned int = 0 ) [inline]
 

Definition at line 137 of file des.h.


Member Function Documentation

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

encrypt or decrypt one block in place.

Precondition:
size of inoutBlock == BlockSize()

Reimplemented from BlockTransformation.

Definition at line 141 of file des.h.

void DES_XEX3_Decryption::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 459 of file des.cpp.


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