Versions in this module Expand all Collapse all v1 v1.8.4 Aug 21, 2023 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