AESCrypto

Undocumented in source.

Members

Static functions

crypt
void crypt(const(ubyte[]) key, const(ubyte[]) iv, const(ubyte[]) indata, ubyte[] outdata)

Same as crypt_parse except that the indata is copied to outdata

crypt_parse
void crypt_parse(const(ubyte[]) key, ubyte[BLOCK_SIZE] iv, ubyte[] data)

Encrypt and Decrypt the data emplace