aes_decrypt_n

Undocumented in source. Be warned that the author may not have intended to support it.
package package
static if(BOTAN_HAS_AES)
void
aes_decrypt_n
(
const(ubyte)* input
,
ubyte* output
,
size_t blocks
,
const ref SecureVector!uint DK
,
const ref SecureVector!ubyte MD
)

Meta