AESCrypto.crypt

Undocumented in source.
struct AESCrypto(int KEY_LENGTH)
static pure nothrow @safe
void
crypt
(
bool ENCRYPT = true
)
(
scope const(ubyte[]) key
,
scope const(ubyte[]) iv
,
return scope const(ubyte[]) indata
,
ref ubyte[] outdata
)

Meta