You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
The technique from Fixed-Length Dedicated Counter Seeding which describes allocating a segment of the fixed-length counter as a rollover guard is also recommended and SHOULD be employed to help mitigate counter rollover issues. (snip)
Proposed Text:
The technique from Fixed-Length Dedicated Counter Seeding which describes allocating a segment of the fixed-length counter as a rollover guard is also helpful to mitigate counter rollover issues. (snip)
Change Proposal Template
Source (Select one.)
Change Reason (Select all that apply.)
Draft Number, Full Section, Name
6.2. Monotonicity and Counters - Counter Rollover Guards:
Current Text:
The technique from Fixed-Length Dedicated Counter Seeding which describes allocating a segment of the fixed-length counter as a rollover guard is also
recommended and SHOULD be employed to helpmitigate counter rollover issues. (snip)Proposed Text:
The technique from Fixed-Length Dedicated Counter Seeding which describes allocating a segment of the fixed-length counter as a rollover guard is also helpful to mitigate counter rollover issues. (snip)
Other Supporting information below:
To align with the MAY wording used in the Fixed-Length Dedicated Counter Seeding: paragraph.
Further discussion: #60 (comment)
See also https://github.com/LiosK/infinite-uuid7-rs if you are interested in how often a counter rollover could occur. With a 42-bit counter, it almost never happens.
The text was updated successfully, but these errors were encountered: