Skip to content

Commit

Permalink
Update pkg/hintrunner/zero/zerohint_ec.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan <122918260+TAdev0@users.noreply.github.com>
  • Loading branch information
har777 and TAdev0 committed Jul 11, 2024
1 parent e53fdd2 commit 12b4bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hintrunner/zero/zerohint_ec.go
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ func createRecoverYHinter(resolver hintReferenceResolver) (hinter.Hinter, error)
return newRecoverYHint(x, p), nil
}

// RandomEcPoint hint Returns a random non-zero point on the elliptic curve
// RandomEcPoint hint returns a random non-zero point on the elliptic curve
// y^2 = x^3 + alpha * x + beta (mod field_prime).
// The point is created deterministically from the seed.
//
Expand Down

0 comments on commit 12b4bb9

Please sign in to comment.