node::MakeMinisketch32

Wrapper around Minisketch::Minisketch(32, implementation, capacity).

Synopsis

Declared in <node/minisketchwrapper.h>

Minisketch
MakeMinisketch32(size_t capacity);

Return Value

A 32-bit-element Minisketch with the chosen implementation and capacity.

Parameters

NameDescription
capacityThe maximum number of differences the sketch can hold.