#include <lubyrack.h>
Inheritance diagram for LRDecryption:

Public Methods | |
| LRDecryption (const byte *userKey,int keyLen=LRBase< T >::DEFAULT_KEYLENGTH) | |
| 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 46 of file lubyrack.h.
|
||||||
|
Definition at line 50 of file lubyrack.h. |
|
||||||
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. Definition at line 97 of file lubyrack.h. |
|
||||
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. Definition at line 53 of file lubyrack.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000