Skip to content

Commit

Permalink
ADR 10: Replace <= with ≤ to avoid linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Jan 4, 2024
1 parent ff89a83 commit 44d2faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0010-vrf-elections.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ following additions and extra clarifications:
enforcing this when decoding.

- When decoding s in the ECVRF_verify routine, the s scalar MUST fall
within the range 0 <= i < L. This change will make proofs
within the range 0 i < L. This change will make proofs
non-malleable. Note that this check is unneeded for the c scalar
as it is 128-bits, and thus will always lie within the valid range.
This check was not present in the IETF draft prior to version 10.
Expand Down

0 comments on commit 44d2faa

Please sign in to comment.