Versions in this module Expand all Collapse all v0 v0.0.2 Oct 31, 2023 v0.0.1 Oct 30, 2023 Changes in this version + type Bloom struct + func NewDefaultFilter() *Bloom + func NewFilter(size uint, h []hashing.Hasher) (*Bloom, error) + func (b *Bloom) Add(data []byte) + func (b *Bloom) Clear() + func (b *Bloom) IsInterfaceNil() bool + func (b *Bloom) MayContain(data []byte) bool