Skip to content

Commit

Permalink
Fix math rendering (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-wood committed Dec 20, 2022
1 parent c126f84 commit 4f7e49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-irtf-cfrg-voprf.md
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ can leak information about the underlying corresponding Scalar.
As an optimization, if the group order is very close to a power of
2, it is acceptable to omit the rejection test completely. In
particular, if the group order is p, and there is an integer b
such that `p - 2<sup>b</sup>| < 2<sup>(b/2)</sup>`, then
such that |p - 2<sup>b</sup>| is less than 2<sup>(b/2)</sup>, then
`RandomScalar` can simply return a uniformly random integer of at
most b bits.

Expand Down

0 comments on commit 4f7e49b

Please sign in to comment.