Parameters controlling the SipHash keys and Golomb-Rice encoding of a filter.
Declared in <blockfilter.h>
struct Params;
| Name | Description |
|---|---|
Params [constructor] | Constructs filter parameters from the SipHash keys and coding parameters. |
| Name | Description |
|---|---|
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. |