#include <mars.h>
Inheritance diagram for MARSDecryption:

Public Methods | |
| MARSDecryption (const byte *userKey,unsigned int keylength=DEFAULT_KEYLENGTH) | |
| 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 36 of file mars.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