Skip to content

Commit 0706796

Browse files
voisinereal-or-random
authored andcommitted
add ECMULT_GEN_PREC_BITS to basic_config.h
set ECMULT_GEN_PREC_BITS to the "auto" value of 4 in basic_config.h, so libsecp can be used without autoconf
1 parent a3aa262 commit 0706796

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/basic-config.h

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#ifdef USE_BASIC_CONFIG
1111

1212
#define ECMULT_WINDOW_SIZE 15
13+
#define ECMULT_GEN_PREC_BITS 4
1314

1415
#endif /* USE_BASIC_CONFIG */
1516

0 commit comments

Comments
 (0)