- // 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
|