Documentation ¶
Index ¶
Constants ¶
View Source
const ( CounterRedundantBitsLog = _WordLogSize + 3 CounterRedundantBits = _WordSize * 8 CounterBitsTotal = 8192 CounterWindowSize = uint64(CounterBitsTotal - CounterRedundantBits) )
View Source
const (
BacktrackWords = CounterBitsTotal / _WordSize
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReplayFilter ¶
type ReplayFilter struct {
// contains filtered or unexported fields
}
func (*ReplayFilter) Init ¶
func (filter *ReplayFilter) Init()
func (*ReplayFilter) ValidateCounter ¶
func (filter *ReplayFilter) ValidateCounter(counter uint64, limit uint64) bool
Click to show internal directories.
Click to hide internal directories.