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

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