Skip to content

Commit 1360e17

Browse files
authored
Merge pull request #49 from dignifiedquire/master
update to latest secp256k1
2 parents 0b8fc72 + 2cffdb5 commit 1360e17

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

binding.gyp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
"./native/secp256k1/src",
2525
"<!(node -e \"require('nan')\")"
2626
],
27-
"defines": [],
27+
"defines": [
28+
"ECMULT_GEN_PREC_BITS=4",
29+
"ECMULT_WINDOW_SIZE=15",
30+
],
2831
"cflags": [
2932
"-Wall",
3033
"-Wno-maybe-uninitialized",

native/secp256k1

Submodule secp256k1 updated 87 files

0 commit comments

Comments
 (0)