symmetric_LRW

A LRW structure

Members

Variables

IV
ubyte[16] IV;

The current IV

PC
ubyte[16][256][16] PC;

The pre-computed multiplication table

cipher
int cipher;

The index of the cipher chosen (must be a 128-bit block cipher)

key
symmetric_key key;

The scheduled symmetric key

pad
ubyte[16] pad;
tweak
ubyte[16] tweak;

The current IV

Meta