Add documentation for antireplay package

This commit is contained in:
9seconds
2021-04-05 11:35:46 +03:00
parent 5d5b77d73b
commit 3661fe108d
6 changed files with 63 additions and 4 deletions
+7
View File
@@ -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