Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Minisketch32Implementation
Function
Minisketch32Implementation
src/node/minisketchwrapper.cpp:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
uint32_t Minisketch32Implementation()
61
{
62
// Fast compute-once idiom.
63
static uint32_t best = FindBestImplementation();
64
return best;
65
}
66
67
} // namespace
68
Callers
2
MakeMinisketch32
Function · 0.85
MakeMinisketch32FP
Function · 0.85
Calls
1
FindBestImplementation
Function · 0.85
Tested by
no test coverage detected