- crypt
void crypt(const(ubyte[]) key, const(ubyte[]) iv, const(ubyte[]) indata, ubyte[] outdata)
Undocumented in source. Be warned that the author may not have intended to support it.
- crypt_parse
void crypt_parse(const(ubyte[]) key, ubyte[BLOCK_SIZE] iv, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- enclength
size_t enclength(size_t inputlength)
Undocumented in source. Be warned that the author may not have intended to support it.