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

GOSTDecryption Class Reference

GOST. More...

#include <gost.h>

Inheritance diagram for GOSTDecryption:

GOST FixedBlockSize FixedKeyLength BlockTransformation List of all members.

Public Methods

 GOSTDecryption (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

GOST.

Definition at line 39 of file gost.h.


Constructor & Destructor Documentation

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

Definition at line 42 of file gost.h.


Member Function Documentation

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

encrypt or decrypt one block in place.

Precondition:
size of inoutBlock == BlockSize()

Reimplemented from BlockTransformation.

Definition at line 46 of file gost.h.

void GOSTDecryption::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 89 of file gost.cpp.


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