#include <twofish.h>
Inheritance diagram for TwofishDecryption:

Public Methods | |
| TwofishDecryption (const byte *userKey,unsigned int keylength=DEFAULT_KEYLENGTH) | |
| 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... | |
Definition at line 40 of file twofish.h.
|
|
|
|
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. |
|
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. Definition at line 137 of file twofish.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000