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

Function ShiftMessageC

src/crypto/sha256_shani.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void inline __attribute__((always_inline)) ShiftMessageC(__m128i& m0, __m128i m1, __m128i& m2)
43{
44 m2 = _mm_sha256msg2_epu32(_mm_add_epi32(m2, _mm_alignr_epi8(m1, m0, 4)), m1);
45}
46
47void inline __attribute__((always_inline)) ShiftMessageB(__m128i& m0, __m128i m1, __m128i& m2)
48{

Callers 3

ShiftMessageBFunction · 0.85
TransformFunction · 0.85
Transform_2wayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected