File tree 2 files changed +4
-11
lines changed
2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 9
9
10
10
#ifdef USE_BASIC_CONFIG
11
11
12
- #undef USE_ASM_X86_64
13
- #undef USE_ECMULT_STATIC_PRECOMPUTATION
14
- #undef USE_EXTERNAL_ASM
15
- #undef USE_EXTERNAL_DEFAULT_CALLBACKS
16
- #undef USE_FORCE_WIDEMUL_INT64
17
- #undef USE_FORCE_WIDEMUL_INT128
18
- #undef ECMULT_WINDOW_SIZE
19
-
20
- #define USE_WIDEMUL_64 1
21
12
#define ECMULT_WINDOW_SIZE 15
13
+ #define ECMULT_GEN_PREC_BITS 4
22
14
23
15
#endif /* USE_BASIC_CONFIG */
24
16
Original file line number Diff line number Diff line change 9
9
#if !defined(ECMULT_GEN_PREC_BITS )
10
10
#include "libsecp256k1-config.h"
11
11
#endif
12
- #define USE_BASIC_CONFIG 1
13
- #include "basic-config.h"
12
+
13
+ /* We can't require the precomputed tables when creating them. */
14
+ #undef USE_ECMULT_STATIC_PRECOMPUTATION
14
15
15
16
#include "include/secp256k1.h"
16
17
#include "assumptions.h"
You can’t perform that action at this time.
0 commit comments