Skip to content

Commit

Permalink
Merge pull request #10 from bytemare/patch-secp-3-iso
Browse files Browse the repository at this point in the history
patch mapping, returned wrong values
  • Loading branch information
bytemare committed Apr 21, 2023
2 parents b9d7a4f + 9602a40 commit 7b75f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isogeny_secp256k1.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ func IsogenySecp256k13iso(x, y *big.Int) (px, py *big.Int, isIdentity bool) {
fp.Mul(py, py, &yNum)
fp.Mul(py, py, y)

return x, y, isIdentity
return px, py, isIdentity
}

0 comments on commit 7b75f52

Please sign in to comment.