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

Function MakeMinisketch32

src/node/minisketchwrapper.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70Minisketch MakeMinisketch32(size_t capacity)
71{
72 return Minisketch(BITS, Minisketch32Implementation(), capacity);
73}
74
75Minisketch MakeMinisketch32FP(size_t max_elements, uint32_t fpbits)
76{

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.85
FUZZ_TARGETFunction · 0.85

Calls 2

MinisketchClass · 0.50

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.68
FUZZ_TARGETFunction · 0.68