Builds a new filter from the params and set of elements.

Synopsis

Declared in <blockfilter.h>

GCSFilter(
    Params const& params,
    ElementSet const& elements);

Parameters

Name

Description

params

The SipHash keys and Golomb‐Rice coding parameters.

elements

The set of elements to insert into the filter.

Created with MrDocs