#include <square.h>
Inheritance diagram for SquareEncryption:

Public Methods | |
| SquareEncryption (const byte *key,unsigned int=0) | |
| 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 27 of file square.h.
|
|
|
|
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. Definition at line 120 of file square.cpp. |
|
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000