GCSFilter::Params

Parameters controlling the SipHash keys and Golomb-Rice encoding of a filter.

Synopsis

Declared in <blockfilter.h>

struct Params;

Member Functions

NameDescription
Params [constructor]Constructs filter parameters from the SipHash keys and coding parameters.

Data Members

NameDescription
m_M Inverse false positive rate
m_P Golomb-Rice coding parameter
m_siphash_k0 First 64-bit half of the SipHash key.
m_siphash_k1 Second 64-bit half of the SipHash key.