Closed mariocao closed 4 years ago
This PR fixes the isOnCurve function in the EllipticCurve.sol contract because it was not checking if the point coordinates were bigger than the curve modulus.
isOnCurve
EllipticCurve.sol
This PR fixes the
isOnCurve
function in theEllipticCurve.sol
contract because it was not checking if the point coordinates were bigger than the curve modulus.