Versions in this module Expand all Collapse all v4 v4.88.0 Jul 26, 2021 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