Versions in this module Expand all Collapse all v1 v1.8.16 Jul 1, 2024 v1.8.11 Jul 1, 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