#include <rijndael.h>
Inheritance diagram for RijndaelDecryption:

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