cosmos-sdk/crypto/keys/secp256k1
Elias Naur ed9cd41396
chore(crypto): update btcec to v2 (#13513)
Similar to Tendermint's PR,

https://github.com/tendermint/tendermint/pull/9250

Note that crypto/ledger is not updated in this PR, because if its
dependency on the R and S values being exposed by ParseDERSignature.

Updates #13423

Signed-off-by: Elias Naur <elias@orijtech.com>

Signed-off-by: Elias Naur <elias@orijtech.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2022-10-17 16:33:43 +02:00
..
internal/secp256k1 fix: crypto/keys/secp246k1/*: add +build cgo guard to avoid failure with CGO_ENABLED=0 (#13267) 2022-09-14 01:06:44 +02:00
bench_test.go all: ensure b.ReportAllocs() in all the benchmarks (#8460) 2021-01-27 23:52:08 -08:00
keys.pb.go refactor: migrate to `cosmos/gogoproto` (#13070) 2022-09-08 17:27:48 +00:00
secp256k1.go chore(crypto): update btcec to v2 (#13513) 2022-10-17 16:33:43 +02:00
secp256k1_cgo.go fix: cgosecp256k1 verification (#11298) 2022-03-10 20:06:42 +00:00
secp256k1_cgo_test.go fix: cgosecp256k1 verification (#11298) 2022-03-10 20:06:42 +00:00
secp256k1_internal_test.go chore(crypto): update btcec to v2 (#13513) 2022-10-17 16:33:43 +02:00
secp256k1_nocgo.go chore(crypto): update btcec to v2 (#13513) 2022-10-17 16:33:43 +02:00
secp256k1_nocgo_test.go chore(crypto): update btcec to v2 (#13513) 2022-10-17 16:33:43 +02:00
secp256k1_test.go chore(crypto): update btcec to v2 (#13513) 2022-10-17 16:33:43 +02:00