Tiny_AES.decrypt

struct Tiny_AES(int KEY_LENGTH, Mode mode = Mode.CBC)
pure nothrow
static if(mode is Mode.ECB)
void
decrypt
(
scope ubyte[] buf
)