botan ~master (2020-08-19T17:56:38Z)
Dub
Repo
aes_encrypt_n
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_encrypt_n
(
const
(
ubyte
)*
input
,
ubyte
*
output
,
size_t
blocks
,
const
ref
SecureVector
!uint
EK
,
const
ref
SecureVector
!ubyte
ME
)
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