#include <skipjack.h>
Inheritance diagram for SKIPJACKDecryption:

Public Methods | |
| SKIPJACKDecryption (const byte *userKey,unsigned int=0) | |
| void | ProcessBlock (const byte *inBlock,byte *outBlock)const |
| Decrypt a single block of data. More... | |
| void | ProcessBlock (byte *inoutBlock)const |
| encrypt or decrypt one block in place. More... | |
Definition at line 36 of file skipjack.h.
|
|
Definition at line 39 of file skipjack.h. |
|
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. Definition at line 43 of file skipjack.h. |
|
|
Decrypt a single block of data.
Reimplemented from BlockTransformation. Definition at line 153 of file skipjack.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000