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

Function K

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

Source from the content-addressed store, hash-verified

13namespace {
14
15__m256i inline K(uint32_t x) { return _mm256_set1_epi32(x); }
16
17__m256i inline Add(__m256i x, __m256i y) { return _mm256_add_epi32(x, y); }
18__m256i inline Add(__m256i x, __m256i y, __m256i z) { return Add(Add(x, y), z); }

Callers 1

Transform_8wayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected