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
This commit is contained in:
parent
a3aa2628c7
commit
07067967ee
|
@ -10,6 +10,7 @@
|
||||||
#ifdef USE_BASIC_CONFIG
|
#ifdef USE_BASIC_CONFIG
|
||||||
|
|
||||||
#define ECMULT_WINDOW_SIZE 15
|
#define ECMULT_WINDOW_SIZE 15
|
||||||
|
#define ECMULT_GEN_PREC_BITS 4
|
||||||
|
|
||||||
#endif /* USE_BASIC_CONFIG */
|
#endif /* USE_BASIC_CONFIG */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue