mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +03:00
Add documentation for antireplay package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user