#include <rc2.h>
Inheritance diagram for RC2Decryption:

Public Methods | |
| RC2Decryption (const byte *key,unsigned int keyLen=DEFAULT_KEYLENGTH,unsigned int effectiveLen=1024) | |
| void | ProcessBlock (byte *inoutBlock)const |
| encrypt or decrypt one block in place. More... | |
| void | ProcessBlock (const byte *inBlock,byte *outBlock)const |
| encrypt or decrypt one block, may assume inBlock != outBlock. More... | |
Definition at line 39 of file rc2.h.
|
|
|
|
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. |
|
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000