Versions in this module Expand all Collapse all v0 v0.2.2 Oct 26, 2021 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) Bytes() []byte + func (b *Generator) Finish() []byte v0.2.2-alpha Oct 26, 2021