symmetric_ECB

A block cipher ECB structure

version(LTC_ECB_MODE)
extern (C) nothrow
struct symmetric_ECB {}

Members

Variables

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