#include <modes.h>
Inheritance diagram for CFBEncryption:

Public Methods | |
| CFBEncryption (const BlockTransformation &cipher,const byte *IV,int feedBackSize=0) | |
| cipher should be an *encryption* object. More... | |
| byte | ProcessByte (byte input) |
| encrypt or decrypt one byte. More... | |
| void | ProcessString (byte *outString,const byte *inString,unsigned int length) |
| encrypt or decrypt an array of bytes of specified length, may assume inString != outString. More... | |
| void | ProcessString (byte *inoutString,unsigned int length) |
| encrypt or decrypt an array of bytes of specified length in place. More... | |
Definition at line 34 of file modes.h.
|
|
cipher should be an *encryption* object.
|
|
|
encrypt or decrypt one byte.
Reimplemented from StreamCipher. Definition at line 41 of file modes.h. Referenced by ProcessString(). |
|
|
encrypt or decrypt an array of bytes of specified length in place.
Reimplemented from StreamCipher. |
|
|
encrypt or decrypt an array of bytes of specified length, may assume inString != outString.
Reimplemented from StreamCipher. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000