#include <safer.h>
Inheritance diagram for SAFER_SK128_Encryption:

Public Types | |
| enum | { DEFAULT_ROUNDS = 10 } |
Public Methods | |
| SAFER_SK128_Encryption (const byte *userKey,unsigned int=0,unsigned int rounds=DEFAULT_ROUNDS) | |
| 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 114 of file safer.h.
|
|
|
|
|
|
|
|
encrypt or decrypt one block, may assume inBlock != outBlock.
Reimplemented from BlockTransformation. |
|
|
encrypt or decrypt one block in place.
Reimplemented from BlockTransformation. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000