Tiny_AES.encrypt

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