Update MSVC build config for libsecp256k1

This commit is contained in:
Pieter Wuille 2020-06-09 13:41:38 -07:00
parent 8903a1a0a7
commit ddc2419c09

View file

@ -26,4 +26,7 @@
#define USE_FIELD_10X26 1
#define USE_SCALAR_8X32 1
#define ECMULT_GEN_PREC_BITS 4
#define ECMULT_WINDOW_SIZE 15
#endif /* BITCOIN_LIBSECP256K1_CONFIG_H */