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

Public Methods | |
| Diamond2LiteDecryption (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 94 of file diamond.h.
|
|
|
|
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. Definition at line 543 of file diamond.cpp. |
|
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. Definition at line 553 of file diamond.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000