Wrapper around Minisketch::Minisketch(32, implementation, capacity).
Declared in <node/minisketchwrapper.h>
Minisketch
MakeMinisketch32(size_t capacity);
A 32-bit-element Minisketch with the chosen implementation and capacity.
| Name | Description |
|---|---|
| capacity | The maximum number of differences the sketch can hold. |