Versions in this module Expand all Collapse all v1 v1.1.66 Jun 17, 2021 v1.1.65 Jun 17, 2021 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