Documentation
¶
Overview ¶
Package replay implements an efficient anti-replay algorithm as specified in RFC 6479.
Index ¶
Constants ¶
View Source
const ( // RekeyAfterMessages is the maximum number of messages that can be sent before rekeying. RekeyAfterMessages = (1 << 60) // RejectAfterMessages is the maximum number of messages that can be accepted before rejecting further messages. RejectAfterMessages = (1 << 64) - (1 << 13) - 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.