Skip to content

Commit

Permalink
'rollover'
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Jun 25, 2024
1 parent aee6892 commit be17a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-sframe-enc.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ base_key = MLS-Exporter("SFrame 1.0 Base Key", "", AEAD.Nk)
For compactness, we do not send the whole epoch number. Instead, we send only
its low-order `E` bits, where `E` is a value set by the application. `E`
effectively defines a reordering window, since no more than 2<sup>`E`</sup>
epochs can be active at a given time. To handle roll-over of the epoch counter,
epochs can be active at a given time. To handle rollover of the epoch counter,
receivers MUST remove an old epoch when a new epoch with the same low-order
E bits is introduced.

Expand Down

0 comments on commit be17a21

Please sign in to comment.