Tiny_AES.Context

Undocumented in source.
struct Tiny_AES(int KEY_LENGTH, Mode mode = Mode.CBC)
pure nothrow
struct Context {}

Members

Variables

Iv
ubyte[BLOCK_SIZE] Iv;
Undocumented in source.
round_key
ubyte[keyExpSize] round_key;
Undocumented in source.

Meta