mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 23:24:01 +03:00
FILE / ScuroNeko/mtg
antireplay/doc.go
Исходный файл и его история в репозитории.
8 lines
297 B
Go
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
|