pub fn aes_decrypt_m128i(a: m128i, round_key: m128i) -> m128i
Available with target feature aes only.
Expand description

Perform one round of an AES decryption flow on a using the round_key.