mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
crypto/secp256k1: remove unnecessary directives
This commit is contained in:
parent
bc4948d0b4
commit
97fc247955
1 changed files with 0 additions and 3 deletions
|
|
@ -16,9 +16,6 @@ package secp256k1
|
|||
# define NDEBUG
|
||||
#endif
|
||||
|
||||
#define ECMULTWINDOW 15
|
||||
#define ECMULTGENKB 22
|
||||
#define WIDEMUL auto
|
||||
#include "./libsecp256k1/src/secp256k1.c"
|
||||
#include "./libsecp256k1/src/modules/recovery/main_impl.h"
|
||||
#include "./libsecp256k1/src/precomputed_ecmult.c"
|
||||
|
|
|
|||
Loading…
Reference in a new issue