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

Public Methods | |
| OFB (const BlockTransformation &cipher,const byte *IV,int feedBackSize=0) | |
| cipher should be an *encryption* object. More... | |
| byte | GenerateByte () |
| generate new random byte and return it. 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 75 of file modes.h.
|
|
cipher should be an *encryption* object.
|
|
|
generate new random byte and return it.
Reimplemented from RandomNumberGenerator. |
|
|
encrypt or decrypt one byte.
Reimplemented from StreamCipher. |
|
|
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