Skip to content

Commit 05cb350

Browse files
authored
Merge pull request #345 from kwantam/main
edw_to_monty_generic should be monty_to_edw_generic
2 parents 491767c + 4bb7638 commit 05cb350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-irtf-cfrg-hash-to-curve.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3486,7 +3486,7 @@ The following straight-line implementation of the above rational map
34863486
handles the exceptional cases.
34873487

34883488
~~~ pseudocode
3489-
edw_to_monty_generic(s, t)
3489+
monty_to_edw_generic(s, t)
34903490

34913491
Input: (s, t), a point on the curve K * t^2 = s^3 + J * s^2 + s.
34923492
Output: (v, w), a point on an equivalent twisted Edwards curve.

0 commit comments

Comments
 (0)