botan ~master (2020-08-19T17:56:38Z)
Dub
Repo
aes_key_schedule
botan
block
aes
Undocumented in source. Be warned that the author may not have intended to support it.
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
Source
See Implementation
botan
block
aes
classes
AES128
AES192
AES256
functions
aes_decrypt_n
aes_encrypt_n
aes_key_schedule
static variables
SD
SE
TD
TE