symmetric_F8

A block cipher F8 structure

Members

Variables

IV
ubyte[MAXBLOCKSIZE] IV;
MIV
ubyte[MAXBLOCKSIZE] MIV;

The current IV

blockcnt
uint blockcnt;

Current block count

blocklen
int blocklen;

The index of the cipher chosen

cipher
int cipher;

The index of the cipher chosen

key
symmetric_key key;

The scheduled key

padlen
int padlen;

The index of the cipher chosen

Meta