//
pkg.gl
Category
github.com/vincentbdb/go-algorand
util
bloom
package
0.0.2
Repository:
https://github.com/vincentbdb/go-algorand.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
118 SLOC
#
Functions
New
New creates a new Bloom filter.
Optimal
Optimal computes optimal Bloom filter parameters.
UnmarshalBinary
UnmarshalBinary restores the state of the filter from raw data.
UnmarshalJSON
UnmarshalJSON defines how this filter should be decoded from JSON.
#
Structs
Filter
Filter represents the state of the Bloom filter.