MCPcopy 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
60uint32_t Minisketch32Implementation()
61{
62 // Fast compute-once idiom.
63 static uint32_t best = FindBestImplementation();
64 return best;
65}
66
67} // namespace
68

Callers 2

MakeMinisketch32Function · 0.85
MakeMinisketch32FPFunction · 0.85

Calls 1

FindBestImplementationFunction · 0.85

Tested by

no test coverage detected