-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update travis config * add lock files to .gitignore * remove outdated code * fix code for node12 * update secp256k1: e34ceb3 => b19c000 * update dev dependencies * update dependencies * rollback karma dev deps * adjust appveyor
- Loading branch information
Showing
9 changed files
with
54 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ build | |
node_modules | ||
|
||
npm-debug.log | ||
package-lock.json | ||
yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule secp256k1-src
updated
21 files
+1 −2 | .travis.yml | |
+2 −3 | Makefile.am | |
+56 −26 | configure.ac | |
+6 −1 | include/secp256k1.h | |
+1 −1 | libsecp256k1.pc.in | |
+17 −6 | src/bench_ecmult.c | |
+3 −1 | src/bench_internal.c | |
+1 −1 | src/eckey_impl.h | |
+2 −1 | src/ecmult.h | |
+60 −17 | src/ecmult_impl.h | |
+3 −1 | src/field_10x26.h | |
+3 −2 | src/field_10x26_impl.h | |
+3 −1 | src/field_5x52.h | |
+1 −1 | src/field_5x52_impl.h | |
+3 −1 | src/field_5x52_int128_impl.h | |
+3 −0 | src/field_impl.h | |
+7 −5 | src/group_impl.h | |
+3 −3 | src/scalar_4x64_impl.h | |
+3 −3 | src/secp256k1.c | |
+54 −3 | src/tests.c | |
+1 −1 | src/util.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters