Wire Sysio Wire Sysion 1.0.0
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#define ECMULT_WINDOW_SIZE 15
13#define ECMULT_GEN_PREC_BITS 4
14
15#endif /* USE_BASIC_CONFIG */
16
17#endif /* SECP256K1_BASIC_CONFIG_H */