symmetric_CFB

A block cipher CFB structure

Members

Variables

IV
ubyte[MAXBLOCKSIZE] IV;

The current IV

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

pad
ubyte[MAXBLOCKSIZE] pad;

The current IV

padlen
int padlen;

The index of the cipher chosen

Meta