-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update secp256k1 submodule to 77489bf
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule secp256k1
updated
30 files
+1 −1 | .cirrus.yml | |
+16 −10 | .github/workflows/ci.yml | |
+15 −1 | CHANGELOG.md | |
+20 −11 | CMakeLists.txt | |
+12 −0 | build-aux/m4/bitcoin_secp.m4 | |
+2 −2 | ci/ci.sh | |
+2 −2 | cmake/CheckArm32Assembly.cmake | |
+54 −26 | configure.ac | |
+1 −1 | include/secp256k1.h | |
+2 −2 | src/ecmult_const_impl.h | |
+108 −13 | src/ecmult_gen.h | |
+2 −2 | src/ecmult_gen_compute_table.h | |
+79 −55 | src/ecmult_gen_compute_table_impl.h | |
+261 −51 | src/ecmult_gen_impl.h | |
+6 −6 | src/ecmult_impl.h | |
+12 −1 | src/hsort.h | |
+39 −30 | src/hsort_impl.h | |
+1 −1 | src/modules/extrakeys/Makefile.am.include | |
+49 −28 | src/precompute_ecmult_gen.c | |
+1,767 −9,734 | src/precomputed_ecmult_gen.c | |
+2 −2 | src/precomputed_ecmult_gen.h | |
+4 −4 | src/scalar.h | |
+7 −6 | src/scalar_4x64_impl.h | |
+7 −6 | src/scalar_8x32_impl.h | |
+19 −12 | src/scalar_low_impl.h | |
+6 −12 | src/secp256k1.c | |
+130 −61 | src/tests.c | |
+1 −1 | src/tests_exhaustive.c | |
+16 −1 | src/util.h | |
+1 −1 | tools/check-abi.sh |