symmetric_OFB

A block cipher OFB structure

version(LTC_OFB_MODE)
extern (C) nothrow
struct symmetric_OFB {}

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

padlen
int padlen;

The index of the cipher chosen

Meta