Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
namespace {
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_8way
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected