go-ethereum/crypto
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
..
blake2b new EVM Upgrade 2021-09-21 16:53:46 +05:30
bn256 mac arm build fix ref: https://github.com/cloudflare/bn256/pull/4 (#278) 2023-06-12 23:46:55 +10:00
ecies new EVM Upgrade 2021-09-21 16:53:46 +05:30
randentropy FIx Bad block error. 2021-09-17 17:59:06 +05:30
secp256k1 crypto/secp256k1: add checking z sign in affineFromJacobian (#18419) 2024-01-18 21:56:28 +08:00
sha3 FIx Bad block error. 2021-09-17 17:59:06 +05:30
crypto.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
crypto_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
signature_cgo.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
signature_nocgo.go FIx Bad block error. 2021-09-17 17:59:06 +05:30
signature_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30