Bitcoin Core
0.21.1
P2P Digital Currency
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
src
secp256k1
src
num_impl.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 http://www.opensource.org/licenses/mit-license.php.*
5
**********************************************************************/
6
7
#ifndef SECP256K1_NUM_IMPL_H
8
#define SECP256K1_NUM_IMPL_H
9
10
#if defined HAVE_CONFIG_H
11
#include "
libsecp256k1-config.h
"
12
#endif
13
14
#include "
num.h
"
15
16
#if defined(USE_NUM_GMP)
17
#include "
num_gmp_impl.h
"
18
#elif defined(USE_NUM_NONE)
19
/* Nothing. */
20
#else
21
#error "Please select num implementation"
22
#endif
23
24
#endif
/* SECP256K1_NUM_IMPL_H */
libsecp256k1-config.h
num_gmp_impl.h
num.h
Generated on Fri Apr 30 2021 13:53:45 for Bitcoin Core by
1.8.8