Function aes_encrypt_last_m128i
pub fn aes_encrypt_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 encryption flow on a
using the
round_key
.
- Intrinsic:
_mm_aesenclast_si128
- Assembly:
aesenclast xmm, xmm