Versions in this module Expand all Collapse all v1 v1.0.0 Dec 9, 2024 Changes in this version + type BloomRing struct + func NewBloomRing() BloomRing + func (b BloomRing) Check(sum []byte) bool + func (b BloomRing) Interval() int64 + type GeneralizedReplayFilter interface + Check func(sum []byte) bool + Interval func() int64 + type ReplayFilter struct + func NewReplayFilter(interval int64) *ReplayFilter + func (filter *ReplayFilter) Check(sum []byte) bool + func (filter *ReplayFilter) Interval() int64