Reconstructs an already-created filter from an encoding.
Declared in <blockfilter.h>
GCSFilter(
Params const& params,
std::vector<unsigned char> encoded_filter,
bool skip_decode_check);
| Name | Description |
|---|---|
| params | The SipHash keys and Golomb-Rice coding parameters. |
| encoded_filter | The serialized filter contents to decode. |
| skip_decode_check | If true, skip validating the encoded contents. |