[−][src]Function safe_arch::aes_encrypt_m128i
#[must_use]pub fn aes_encrypt_m128i(a: m128i, round_key: m128i) -> m128i
This is supported with target feature
aes
only."Perform one round of AES encryption flow on a
using the round_key
."
// TODO