-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a369b0
commit 3320b3c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule secp256k1
updated
13 files
+22 −11 | .github/workflows/ci.yml | |
+4 −0 | Makefile.am | |
+2 −1 | ci/ci.sh | |
+63 −43 | configure.ac | |
+107 −0 | include/secp256k1_schnorrsig_halfagg.h | |
+5 −14 | src/modules/generator/main_impl.h | |
+6 −0 | src/modules/generator/tests_impl.h | |
+25 −0 | src/modules/rangeproof/tests_impl.h | |
+3 −0 | src/modules/schnorrsig_halfagg/Makefile.am.include | |
+202 −0 | src/modules/schnorrsig_halfagg/main_impl.h | |
+338 −0 | src/modules/schnorrsig_halfagg/tests_impl.h | |
+4 −0 | src/secp256k1.c | |
+8 −0 | src/tests.c |