#include <diamond.h>
Inheritance diagram for Diamond2Encryption:

Public Methods | |
| Diamond2Encryption (const byte *key,unsigned int key_size=DEFAULT_KEYLENGTH,unsigned int rounds=DEFAULT_ROUNDS) | |
| 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 38 of file diamond.h.
|
|
|
|
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. Definition at line 389 of file diamond.cpp. |
|
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. Definition at line 399 of file diamond.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000