Function hacl::aead::hacl_aes_available

source ·
pub unsafe fn hacl_aes_available() -> bool
Expand description

Check hardware support for HACL* AES implementation.

§Safety

This function checks CPU flags, which can not be done in safe rust. It does not interact with memory and should therefore always be safe to use.