AESCrypto.crypt_parse

Undocumented in source.
struct AESCrypto(int KEY_LENGTH)
static nothrow
void
crypt_parse
(
bool ENCRYPT = true
)
(
const(ubyte[]) key
,
ubyte[BLOCK_SIZE] iv
,
ref ubyte[] data
)
in (key.length is KEY_SIZE, __format("The key size must be %d bytes not %d", KEY_SIZE, key.length))

Meta