Skip to content

Commit

Permalink
Update draft-irtf-cfrg-hash-to-curve.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Riad S. Wahby <[email protected]>
  • Loading branch information
chris-wood and kwantam authored Oct 27, 2019
1 parent b69e2b0 commit a3df87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-irtf-cfrg-hash-to-curve.md
Original file line number Diff line number Diff line change
Expand Up @@ -2932,7 +2932,7 @@ Constants:
Steps:
1. t1 = u^2
2. t1 = 2 * t1
3. xd = t1 + 1 // Nonzero: -1 is square mod p, xd is not
3. xd = t1 + 1 // Nonzero: -1 is square mod p, t1 is not
4. x1n = -486662 // x1 = x1n / xd = -486662 / (1 + 2 * u^2)
5. t2 = xd^2
6. gxd = t2 * xd // gxd = xd^3
Expand Down

0 comments on commit a3df87b

Please sign in to comment.