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

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