Tiny_AES.state_t

struct Tiny_AES(int KEY_LENGTH, Mode mode = Mode.CBC)
pure nothrow
alias state_t = ubyte[4][4]