Tiny_AES.State

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

Members

Static functions

opCall
state_t opCall(ubyte[] buf)
Undocumented in source.
opCall
state_t opCall(ubyte[BLOCK_SIZE] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buf_p
ubyte* buf_p;
Undocumented in source.
state_p
state_t* state_p;
Undocumented in source.

Meta