Tiny_AES.xcrypt

Undocumented in source. Be warned that the author may not have intended to support it.
struct Tiny_AES(int KEY_LENGTH, Mode mode = Mode.CBC)
pure nothrow
static if(mode is Mode.CTR)
void
xcrypt
(
scope ubyte[] buf
)

Meta