FILE / ScuroNeko/mtg

antireplay/doc.go

Исходный файл и его история в репозитории.
FILE 3661fe108dec558ef55407dfee1700e384743f26
Files
mtg/antireplay/doc.go
T

8 lines
297 B
Go

// Antireplay package has cache implementations that are effective
// against replay attacks.
//
// To understand more about replay attacks, please read documentation
// for mtglib.AntiReplayCache interface. This package has a list of some
// implementations of this interface.
package antireplay