Function core::arch::x86::_mm_sha1msg1_epu32
1.27.0 · source · pub unsafe fn _mm_sha1msg1_epu32(a: __m128i, b: __m128i) -> __m128i
Available on (x86 or x86-64) and target feature
sha
and x86 only.Expand description
使用来自 a
和 b
的先前消息值,对接下来的四个 SHA1 消息值 (无符号的 32 位整数) 执行中间计算,并返回结果。