You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently VAES intrinsics like _mm512_aesenc_epi128 are unsafe, while regular AES-NI intrinsics like _mm_aesenc_si128 are safe.
I have not found an explanation for this, so I assume they shouldn't be unsafe.
rust-lang/rust#111137 doesn't seem to contain any details about what stabilization of them would look like, but hopefully they'll be stabilized in a safe form.
The text was updated successfully, but these errors were encountered:
Currently VAES intrinsics like
_mm512_aesenc_epi128
areunsafe
, while regular AES-NI intrinsics like_mm_aesenc_si128
are safe.I have not found an explanation for this, so I assume they shouldn't be
unsafe
.rust-lang/rust#111137 doesn't seem to contain any details about what stabilization of them would look like, but hopefully they'll be stabilized in a safe form.
The text was updated successfully, but these errors were encountered: