botan v1.13.4 (2023-03-01T00:35: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 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