package
4.0.2-stable+incompatible
Repository: https://github.com/algorand/go-algorand.git
Documentation: pkg.go.dev

# Functions

BinaryMarshalLength returns the length of a binary marshaled filter ( in bytes ) using the optimal configuration for the given number of elements with the desired false positive rate.
New creates a new Bloom filter.
Optimal computes optimal Bloom filter parameters.
UnmarshalBinary restores the state of the filter from raw data.
UnmarshalJSON defines how this filter should be decoded from JSON.

# Structs

Filter represents the state of the Bloom filter.