rdubois-crypto / FreshCryptoLib

Cryptographic Primitives for Blockchain Systems (solidity, cairo, C and rust)
MIT License
125 stars 22 forks source link

Fix operand in ecAff_isOnCurve #60

Closed stevieraykatz closed 7 months ago

stevieraykatz commented 7 months ago

During a call between @rdubois-crypto and the Base team, we determined that the operand in ecAff_isOnCurve should be an && instead of an ||. This PR implements that change.