[][src]Function safe_arch::aes_decrypt_m128i

#[must_use]pub fn aes_decrypt_m128i(a: m128i, round_key: m128i) -> m128i
This is supported with target feature aes only.

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

// TODO