#include <blowfish.h>
Inheritance diagram for Blowfish:

Public Types | |
| enum | { ROUNDS = 16 } |
Public Methods | |
| Blowfish (const byte *key_string,unsigned int keylength,CipherDir direction) | |
| 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... | |
Definition at line 12 of file blowfish.h.
|
|
Definition at line 21 of file blowfish.h. |
|
|
Definition at line 8 of file blowfish.cpp. |
|
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. Definition at line 71 of file blowfish.cpp. |
|
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. Definition at line 17 of file blowfish.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000