aes_key_schedule

Undocumented in source. Be warned that the author may not have intended to support it.
package package
static if(BOTAN_HAS_AES)
void
aes_key_schedule
(
const(ubyte)* key
,
size_t length
,
ref SecureVector!uint EK
,
ref SecureVector!uint DK
,
ref SecureVector!ubyte ME
,
ref SecureVector!ubyte MD
)

Meta