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

TEADecryption Class Reference

TEA. More...

#include <tea.h>

Inheritance diagram for TEADecryption:

TEA FixedBlockSize FixedKeyLength BlockTransformation List of all members.

Public Methods

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

TEA.

Definition at line 38 of file tea.h.


Constructor & Destructor Documentation

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

Definition at line 41 of file tea.h.


Member Function Documentation

void TEADecryption::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 32 of file tea.cpp.

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

encrypt or decrypt one block in place.

Precondition:
size of inoutBlock == BlockSize()

Reimplemented from BlockTransformation.

Definition at line 44 of file tea.h.


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