Module autodetect

Source
Expand description

Autodetection support for hardware accelerated AES backends with fallback to the fixsliced “soft” implementation.

Modules§

aes128 🔒
aes192 🔒
aes256 🔒
aes_intrinsics 🔒

Macros§

define_aes_impl 🔒

Structs§

Aes128
AES-128 block cipher
Aes192
AES-192 block cipher
Aes256
AES-256 block cipher
Aes128Dec
AES-128 block cipher (decrypt-only)
Aes128Enc
AES-128 block cipher (encrypt-only)
Aes192Dec
AES-192 block cipher (decrypt-only)
Aes192Enc
AES-192 block cipher (encrypt-only)
Aes256Dec
AES-256 block cipher (decrypt-only)
Aes256Enc
AES-256 block cipher (encrypt-only)