AES.crypt

Undocumented in source. Be warned that the author may not have intended to support it.
struct AES
static
void
crypt
(
bool ENCRYPT = true
)
(
scope const(ubyte[]) key
,
scope const(ubyte[]) iv
,
scope const(ubyte[]) indata
,
ref ubyte[] outdata
)

Meta