Skip to content

Commit 2cffdb5

Browse files
update to latest secp256k1
1 parent 0b8fc72 commit 2cffdb5

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)