Commit e4ff025
committed
chore: update secp256k1 to 0.7.0
1 parent f37c22c commit e4ff025
File tree
5 files changed
+13
-9
lines changed- .github/workflows
- deps
- tests/omni_lock_rust
- tests
5 files changed
+13
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
Submodule secp256k1-20210801 updated 54 files
- .cirrus.yml-101
- .github/actions/print-logs/action.yml+34
- .github/workflows/ci.yml+155-274
- .gitignore+4
- CHANGELOG.md+25-1
- CMakeLists.txt+16-55
- CMakePresets.json-1
- CONTRIBUTING.md+1
- Makefile.am+13-2
- README.md+53-17
- ci/ci.sh+17-3
- ci/linux-debian.Dockerfile+6-2
- configure.ac+5-5
- examples/ecdh.c+5-4
- examples/ecdsa.c+7-6
- examples/ellswift.c+6-5
- examples/musig.c+8-7
- examples/schnorr.c+7-6
- include/secp256k1.h+54-68
- include/secp256k1_extrakeys.h+4-4
- src/CMakeLists.txt+74-45
- src/bench.c+16-11
- src/bench.h+1-1
- src/bench_ecmult.c+35-3
- src/bench_internal.c+3-2
- src/ctime_tests.c+3-2
- src/eckey_impl.h+3
- src/ecmult_const_impl.h+2
- src/group.h+5-1
- src/group_impl.h+38
- src/modules/ecdh/Makefile.am.include+1
- src/modules/ecdh/tests_impl.h+41
- src/modules/musig/session_impl.h+13-5
- src/modules/musig/tests_impl.h+6-7
- src/modules/schnorrsig/main_impl.h+2
- src/precompute_ecmult.c+3-2
- src/precompute_ecmult_gen.c+3-2
- src/precomputed_ecmult.h+4-2
- src/precomputed_ecmult_gen.h+3-1
- src/scalar_impl.h+2-2
- src/secp256k1.c+3-15
- src/tests.c+26-30
- src/tests_exhaustive.c+2-2
- src/util.h+1-1
- src/util_local_visibility.h+12
- src/wycheproof/WYCHEPROOF_COPYING+13-4
- src/wycheproof/ecdh_secp256k1_test.h+2.0k
- src/wycheproof/ecdh_secp256k1_test.json+8.4k
- src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.h+1-1
- src/wycheproof/ecdsa_secp256k1_sha256_bitcoin_test.json+2-2
- tools/symbol-check.py+72
- tools/tests_wycheproof_generate_ecdh.py+166
- tools/tests_wycheproof_generate_ecdsa.py+3-7
- tools/wycheproof_utils.py+12
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
| 528 | + | |
528 | 529 | | |
529 | 530 | | |
530 | 531 | | |
| |||
556 | 557 | | |
557 | 558 | | |
558 | 559 | | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
559 | 565 | | |
560 | 566 | | |
561 | 567 | | |
| |||
0 commit comments