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

Public Methods | |
| LREncryption (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 32 of file lubyrack.h.
|
||||||
|
Definition at line 36 of file lubyrack.h. |
|
||||||
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. Definition at line 74 of file lubyrack.h. |
|
||||
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. Definition at line 39 of file lubyrack.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000