symmetric_CTR

A block cipher CTR structure

Members

Variables

blocklen
int blocklen;

The index of the cipher chosen

cipher
int cipher;

The index of the cipher chosen

ctr
ubyte[MAXBLOCKSIZE] ctr;

The counter

ctrlen
int ctrlen;

The index of the cipher chosen

key
symmetric_key key;

The scheduled key

mode
int mode;

The index of the cipher chosen

pad
ubyte[MAXBLOCKSIZE] pad;

The counter

padlen
int padlen;

The index of the cipher chosen

Meta