From fe9469feb0278350f1d94650de6d0d1aad227b5e Mon Sep 17 00:00:00 2001 From: Aaron Voisine Date: Sat, 10 Apr 2021 11:37:08 -0700 Subject: [PATCH] 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 --- src/basic-config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/basic-config.h b/src/basic-config.h index e4b1b8b056..ccbae42702 100644 --- a/src/basic-config.h +++ b/src/basic-config.h @@ -19,6 +19,7 @@ #define USE_WIDEMUL_64 1 #define ECMULT_WINDOW_SIZE 15 +#define ECMULT_GEN_PREC_BITS 4 #endif /* USE_BASIC_CONFIG */