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

Name

Description

capacity

The maximum number of differences the sketch can hold.

Created with MrDocs