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

SKIPJACKDecryption Class Reference

SKIPJACK. More...

#include <skipjack.h>

Inheritance diagram for SKIPJACKDecryption:

SKIPJACK FixedBlockSize FixedKeyLength BlockTransformation List of all members.

Public Methods

 SKIPJACKDecryption (const byte *userKey,unsigned int=0)
void ProcessBlock (const byte *inBlock,byte *outBlock)const
 Decrypt a single block of data. More...

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


Detailed Description

SKIPJACK.

Definition at line 36 of file skipjack.h.


Constructor & Destructor Documentation

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

Definition at line 39 of file skipjack.h.


Member Function Documentation

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

encrypt or decrypt one block in place.

Precondition:
size of inoutBlock == BlockSize()

Reimplemented from BlockTransformation.

Definition at line 43 of file skipjack.h.

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

Decrypt a single block of data.

Reimplemented from BlockTransformation.

Definition at line 153 of file skipjack.cpp.


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