Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
libsecp256k1-config.h
Go to the documentation of this file.
1#pragma once
2
3#define ENABLE_MODULE_RECOVERY 1
4
5#define ECMULT_GEN_PREC_BITS 4
6#define ECMULT_WINDOW_SIZE 15
7
8//enable asm
9#ifdef __x86_64__
10 #define USE_ASM_X86_64 1
11#endif