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

PGP_CFBEncryption Class Reference

CFB with a sync method used by PGP. More...

#include <modes.h>

Inheritance diagram for PGP_CFBEncryption:

CFBEncryption StreamCipher List of all members.

Public Methods

 PGP_CFBEncryption (const BlockTransformation &cipher,const byte *IV)
 cipher should be an *encryption* object. More...

void Sync ()

Detailed Description

CFB with a sync method used by PGP.

Definition at line 126 of file modes.h.


Constructor & Destructor Documentation

PGP_CFBEncryption::PGP_CFBEncryption ( const BlockTransformation & cipher,
const byte * IV ) [inline]
 

cipher should be an *encryption* object.

Definition at line 130 of file modes.h.


Member Function Documentation

void PGP_CFBEncryption::Sync ( )
 

Definition at line 114 of file modes.cpp.


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