-
Notifications
You must be signed in to change notification settings - Fork 55
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
6346800
commit 62e663a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule secp256k1
updated
11 files
+10 −10 | .travis.yml | |
+0 −5 | build-aux/m4/bitcoin_secp.m4 | |
+16 −86 | configure.ac | |
+1 −1 | contrib/travis.sh | |
+3 −7 | src/basic-config.h | |
+6 −6 | src/field.h | |
+6 −0 | src/field_5x52.h | |
+4 −4 | src/field_impl.h | |
+4 −3 | src/scalar.h | |
+3 −3 | src/scalar_impl.h | |
+20 −7 | src/util.h |