Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
basic-config.h
Go to the documentation of this file.
1/***********************************************************************
2 * Copyright (c) 2013, 2014 Pieter Wuille *
3 * Distributed under the MIT software license, see the accompanying *
4 * file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5 ***********************************************************************/
6
7#ifndef SECP256K1_BASIC_CONFIG_H
8#define SECP256K1_BASIC_CONFIG_H
9
10#ifdef USE_BASIC_CONFIG
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#define ECMULT_WINDOW_SIZE 15
22
23#endif /* USE_BASIC_CONFIG */
24
25#endif /* SECP256K1_BASIC_CONFIG_H */