MCPcopy Create free account
hub / github.com/ElementsProject/elements / ShiftMessageB

Function ShiftMessageB

src/crypto/sha256_x86_shani.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void inline __attribute__((always_inline)) ShiftMessageB(__m128i& m0, __m128i m1, __m128i& m2)
45{
46 ShiftMessageC(m0, m1, m2);
47 ShiftMessageA(m0, m1);
48}
49
50void inline __attribute__((always_inline)) Shuffle(__m128i& s0, __m128i& s1)
51{

Callers 2

TransformFunction · 0.85
Transform_2wayFunction · 0.85

Calls 2

ShiftMessageCFunction · 0.85
ShiftMessageAFunction · 0.85

Tested by

no test coverage detected