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

Function K

src/crypto/sha256_sse41.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace {
14
15__m128i inline K(uint32_t x) { return _mm_set1_epi32(x); }
16
17__m128i inline Add(__m128i x, __m128i y) { return _mm_add_epi32(x, y); }
18__m128i inline Add(__m128i x, __m128i y, __m128i z) { return Add(Add(x, y), z); }

Callers 1

Transform_4wayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected