antireplay

package
v0.0.0-...-6f818a0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BloomRing

type BloomRing struct {
	*ss_bloomring.BloomRing
	// contains filtered or unexported fields
}

func NewBloomRing

func NewBloomRing() BloomRing

func (BloomRing) Check

func (b BloomRing) Check(sum []byte) bool

func (BloomRing) Interval

func (b BloomRing) Interval() int64

type GeneralizedReplayFilter

type GeneralizedReplayFilter interface {
	Interval() int64
	Check(sum []byte) bool
}

type ReplayFilter

type ReplayFilter struct {
	// contains filtered or unexported fields
}

ReplayFilter checks for replay attacks.

func NewReplayFilter

func NewReplayFilter(interval int64) *ReplayFilter

NewReplayFilter create a new filter with specifying the expiration time interval in seconds.

func (*ReplayFilter) Check

func (filter *ReplayFilter) Check(sum []byte) bool

Check determines if there are duplicate records.

func (*ReplayFilter) Interval

func (filter *ReplayFilter) Interval() int64

Interval in second for expiration time for duplicate records.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL