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

SAFER_SK128_Decryption Class Reference

SAFER-SK128. More...

#include <safer.h>

Inheritance diagram for SAFER_SK128_Decryption:

SAFER FixedKeyLength FixedBlockSize BlockTransformation List of all members.

Public Types

enum  { DEFAULT_ROUNDS = 10 }

Public Methods

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

SAFER-SK128.

Definition at line 128 of file safer.h.


Member Enumeration Documentation

anonymous enum
 

Definition at line 131 of file safer.h.


Constructor & Destructor Documentation

SAFER_SK128_Decryption::SAFER_SK128_Decryption ( const byte * userKey,
unsigned int = 0,
unsigned int rounds = DEFAULT_ROUNDS ) [inline]
 

Definition at line 132 of file safer.h.


Member Function Documentation

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

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

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

Reimplemented from BlockTransformation.

Definition at line 137 of file safer.h.

void SAFER_SK128_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 135 of file safer.h.


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