Versions in this module Expand all Collapse all v0 v0.2.0 Aug 20, 2021 v0.1.1 Jul 8, 2021 Changes in this version type Generator + func (b *Generator) Bytes() []byte v0.1.0 May 2, 2020 Changes in this version + const KMin + const MMin + const Uint64Bytes + type Block struct + func NewFilterBlock(b []byte) *Block + func (b *Block) Test(h uint64) bool + type Filter struct + func (b *Filter) Add(h uint64) + func (b *Filter) Bytes() []byte + func (b *Filter) Test(h uint64) bool + type Generator struct + func NewFilterGenerator() *Generator + func (b *Generator) Append(h uint64) + func (b *Generator) Finish() []byte