Const
Golomb-Coded Set (GCS) filter utilities (BIP-158 compact block filters).
Build a GCS filter from data items. Calls Go: gcs.BuildGCSFilter() from btcutil/gcs.
Filter parameter P (false positive rate = 1/2^P).
Filter parameter M.
16-byte SipHash key (hex, 32 chars).
Array of data items (hex strings).
Test if a single element matches the filter. Calls Go: gcs.Filter.Match() from btcutil/gcs (via gcs.FromBytes()).
Test if any of the target elements match the filter. Calls Go: gcs.Filter.MatchAny() from btcutil/gcs (via gcs.FromBytes()).
Golomb-Coded Set (GCS) filter utilities (BIP-158 compact block filters).