Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto/secp256k1: add checking z sign in affineFromJacobian (ethereum…
…#18419) The z == 0 check is hit whenever we Add two points with the same x1/x2 coordinate. crypto/elliptic uses the same check in their affineFromJacobian function. This change does not affect block processing or tx signature verification in any way, because it does not use the Add or Double methods.
- Loading branch information