Commit 31ac769
File tree
8 files changed
+21
-29
lines changed- jni
- c
- headers/java
- src
- src/main
- java/fr/acinq/secp256k1
- kotlin/fr/acinq/secp256k1
- native
- src
- commonMain/kotlin/fr/acinq/secp256k1
- nativeMain/kotlin/fr/acinq/secp256k1
- tests/src/commonTest/kotlin/fr/acinq/secp256k1
8 files changed
+21
-29
lines changedLines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
910 | | - | |
| 910 | + | |
911 | 911 | | |
912 | 912 | | |
913 | 913 | | |
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
917 | | - | |
918 | | - | |
919 | | - | |
| 917 | + | |
920 | 918 | | |
| 919 | + | |
921 | 920 | | |
922 | 921 | | |
923 | 922 | | |
| |||
930 | 929 | | |
931 | 930 | | |
932 | 931 | | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
933 | 937 | | |
934 | 938 | | |
935 | 939 | | |
936 | 940 | | |
937 | | - | |
938 | | - | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | | - | |
943 | | - | |
944 | | - | |
945 | | - | |
946 | | - | |
947 | 941 | | |
948 | 942 | | |
949 | 943 | | |
| |||
966 | 960 | | |
967 | 961 | | |
968 | 962 | | |
969 | | - | |
| 963 | + | |
970 | 964 | | |
971 | 965 | | |
972 | 966 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
- .cirrus.yml+5-2
- .github/actions/install-homebrew-valgrind/action.yml+1-1
- .github/actions/run-in-docker-action/action.yml+5
- .github/workflows/ci.yml+104-31
- .gitignore+1
- CHANGELOG.md+31-2
- CMakeLists.txt+71-58
- CONTRIBUTING.md+1
- Makefile.am+11
- README.md+5-3
- build-aux/m4/bitcoin_secp.m4+16
- ci/ci.sh+6-4
- ci/linux-debian.Dockerfile+1-1
- cmake/AllTargetsCompileOptions.cmake-12
- cmake/CheckArm32Assembly.cmake+2-2
- cmake/CheckMemorySanitizer.cmake+18
- configure.ac+52-42
- doc/musig.md+11-9
- doc/release-process.md+3-2
- examples/CMakeLists.txt+4
- examples/ecdh.c+1-1
- examples/ecdsa.c+1-1
- examples/ellswift.c+123
- examples/musig.c+67-23
- examples/schnorr.c+3-3
- include/secp256k1.h+1-1
- include/secp256k1_ellswift.h+1-1
- include/secp256k1_musig.h+78-72
- src/checkmem.h+7
- src/ctime_tests.c+1-1
- src/ecmult_const_impl.h+2-2
- src/ecmult_gen.h+108-13
- src/ecmult_gen_compute_table.h+2-2
- src/ecmult_gen_compute_table_impl.h+79-55
- src/ecmult_gen_impl.h+261-51
- src/ecmult_impl.h+6-6
- src/field.h+2-2
- src/group.h+2-2
- src/group_impl.h+2-2
- src/hsort.h+12-1
- src/hsort_impl.h+39-30
- src/modules/ecdh/tests_impl.h+3-3
- src/modules/ellswift/tests_impl.h+26-26
- src/modules/extrakeys/Makefile.am.include+1-1
- src/modules/extrakeys/tests_impl.h+18-18
- src/modules/musig/keyagg.h+3-5
- src/modules/musig/keyagg_impl.h+23-24
- src/modules/musig/main_impl.h-1
- src/modules/musig/session.h-1
- src/modules/musig/session_impl.h+123-108
- src/modules/musig/tests_impl.h+71-59
- src/modules/musig/vectors.h+5-5
- src/modules/recovery/tests_impl.h+4-4
- src/modules/schnorrsig/main_impl.h+1-1
- src/modules/schnorrsig/tests_exhaustive_impl.h+3-3
- src/modules/schnorrsig/tests_impl.h+30-30
- src/precompute_ecmult_gen.c+49-28
- src/precomputed_ecmult_gen.c+1.8k-9.7k
- src/precomputed_ecmult_gen.h+2-2
- src/scalar.h+4-4
- src/scalar_4x64_impl.h+47-25
- src/scalar_8x32_impl.h+7-6
- src/scalar_low_impl.h+19-12
- src/secp256k1.c+8-14
- src/testrand.h+11-11
- src/testrand_impl.h+22-22
- src/tests.c+337-383
- src/tests_exhaustive.c+6-6
- src/testutil.h+123-4
- src/util.h+16-1
- tools/check-abi.sh+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | 179 | | |
181 | 180 | | |
182 | 181 | | |
183 | 182 | | |
184 | 183 | | |
185 | | - | |
| 184 | + | |
186 | 185 | | |
187 | 186 | | |
188 | 187 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | | - | |
331 | 330 | | |
332 | 331 | | |
333 | 332 | | |
334 | 333 | | |
335 | 334 | | |
336 | 335 | | |
337 | | - | |
| 336 | + | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
| |||
0 commit comments