erigon-pulse/crypto/secp256k1
Abd ar-Rahman Hamidi ff28ab5bbc 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.
2021-03-08 12:18:53 +01:00
..
libsecp256k1 Update Secp256k1 and tune its flags for performance (#600) 2020-06-01 13:16:17 +01:00
.gitignore Moved obscuren secp256k1-go 2015-01-22 00:35:00 +01:00
curve.go crypto/secp256k1: add checking z sign in affineFromJacobian (#18419) 2021-03-08 12:18:53 +01:00
ext.h Update Secp256k1 and tune its flags for performance (#600) 2020-06-01 13:16:17 +01:00
LICENSE crypto/secp256k1: unify the package license to 3-Clause BSD (#17225) 2018-07-24 02:47:47 +02:00
panic_cb.go crypto/secp256k1: unify the package license to 3-Clause BSD (#17225) 2018-07-24 02:47:47 +02:00
secp256_test.go crypto/secp256k1: remove external LGPL dependencies (#17239) 2018-07-26 13:33:13 +02:00
secp256.go Fix parallel recovery senders (#962) 2020-08-22 12:08:47 +02:00