symmetric_CBC

A block cipher CBC structure

version(LTC_CBC_MODE)
extern (C) nothrow
struct symmetric_CBC {}

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

Meta