MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ShiftMessageA

Function ShiftMessageA

src/crypto/sha256_shani.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void inline __attribute__((always_inline)) ShiftMessageA(__m128i& m0, __m128i m1)
38{
39 m0 = _mm_sha256msg1_epu32(m0, m1);
40}
41
42void inline __attribute__((always_inline)) ShiftMessageC(__m128i& m0, __m128i m1, __m128i& m2)
43{

Callers 3

ShiftMessageBFunction · 0.85
TransformFunction · 0.85
Transform_2wayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected