- aes_decrypt_n
void aes_decrypt_n(const(ubyte)* input, ubyte* output, size_t blocks, SecureVector!uint DK, SecureVector!ubyte MD)
Undocumented in source. Be warned that the author may not have intended to support it.
- aes_encrypt_n
void aes_encrypt_n(const(ubyte)* input, ubyte* output, size_t blocks, SecureVector!uint EK, SecureVector!ubyte ME)
Undocumented in source. Be warned that the author may not have intended to support it.
- aes_key_schedule
void aes_key_schedule(const(ubyte)* key, size_t length, SecureVector!uint EK, SecureVector!uint DK, SecureVector!ubyte ME, SecureVector!ubyte MD)
Undocumented in source. Be warned that the author may not have intended to support it.
AES