#include <3way.h>
Inheritance diagram for ThreeWayEncryption:

Public Types | |
| enum | { DEFAULT_ROUNDS = 11 } |
Public Methods | |
| ThreeWayEncryption (const byte *userKey,unsigned int=0,unsigned int rounds=DEFAULT_ROUNDS) | |
| ~ThreeWayEncryption () | |
| 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 13 of file 3way.h.
|
|
|
|
|
|
|
|
|
|
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. |
|
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000