OpenZeppelin / cairo-contracts

OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup
https://docs.openzeppelin.com/contracts-cairo
MIT License
797 stars 321 forks source link

Remove parity as a requirement for signature in EthAccount #939

Closed ericnordelo closed 2 months ago

ericnordelo commented 3 months ago

Currently, we are expecting (r, s, y) as the signature being y the parity, when (r, s) is enough for verification purposes.