go-ethereum/crypto/secp256k1
Abd ar-Rahman Hamidi 3d635c544e crypto/secp256k1: add checking z sign in affineFromJacobian (#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.
2024-01-18 21:56:28 +08:00
..
libsecp256k1 FIx Bad block error. 2021-09-17 17:59:06 +05:30
.gitignore Moved obscuren secp256k1-go 2015-01-22 00:35:00 +01:00
curve.go crypto/secp256k1: add checking z sign in affineFromJacobian (#18419) 2024-01-18 21:56:28 +08:00
ext.h FIx Bad block error. 2021-09-17 17:59:06 +05:30
panic_cb.go FIx Bad block error. 2021-09-17 17:59:06 +05:30
secp256.go FIx Bad block error. 2021-09-17 17:59:06 +05:30
secp256_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30