Function core::arch::x86::_mm_sha256msg1_epu32 1.27.0[−][src]
pub unsafe fn _mm_sha256msg1_epu32(a: __m128i, b: __m128i) -> __m128i
This is supported on x86 and target feature
sha
only.Expand description
使用来自 a
和 b
的先前消息值,对接下来的四个 SHA256 消息值 (无符号的 32 位整数) 执行中间计算,并返回结果。