Inheritance diagram for SAFER::Enc:
Definition at line 28 of file safer.h.
Public Member Functions | |
void | ProcessAndXorBlock (const byte *inBlock, const byte *xorBlock, byte *outBlock) const |
encrypt or decrypt inBlock, xor with xorBlock, and write to outBlock | |
unsigned int | GetAlignment () const |
void | UncheckedSetKey (CipherDir dir, const byte *userkey, unsigned int length, unsigned nof_rounds) |
Public Attributes | |
bool | strengthened |
SecByteBlock | keySchedule |
Static Public Attributes | |
static const byte | exp_tab [256] |
static const byte | log_tab [256] |