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