Function aes_decrypt_last_m128i
pub fn aes_decrypt_last_m128i(a: m128i, round_key: m128i) -> m128i
Available on crate feature
dep_safe_arch
only.Expand description
Perform the last round of an AES decryption flow on a
using the
round_key
.
- Intrinsic:
_mm_aesdeclast_si128
- Assembly:
aesdeclast xmm, xmm