Cleanup preprocessor indentation in precompute{,d}_ecmult{,_gen}
This commit is contained in:
parent
19d96e15f9
commit
c45386d994
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
#ifndef SECP256K1_PRECOMPUTED_ECMULT_H
|
#ifndef SECP256K1_PRECOMPUTED_ECMULT_H
|
||||||
#define SECP256K1_PRECOMPUTED_ECMULT_H
|
#define SECP256K1_PRECOMPUTED_ECMULT_H
|
||||||
|
|
||||||
#include "group.h"
|
#include "group.h"
|
||||||
#if defined(EXHAUSTIVE_TEST_ORDER)
|
#if defined(EXHAUSTIVE_TEST_ORDER)
|
||||||
#if EXHAUSTIVE_TEST_ORDER == 13
|
#if EXHAUSTIVE_TEST_ORDER == 13
|
||||||
@ -22,4 +23,5 @@ static secp256k1_ge_storage secp256k1_pre_g_128[ECMULT_TABLE_SIZE(WINDOW_G)];
|
|||||||
extern const secp256k1_ge_storage secp256k1_pre_g[ECMULT_TABLE_SIZE(WINDOW_G)];
|
extern const secp256k1_ge_storage secp256k1_pre_g[ECMULT_TABLE_SIZE(WINDOW_G)];
|
||||||
extern const secp256k1_ge_storage secp256k1_pre_g_128[ECMULT_TABLE_SIZE(WINDOW_G)];
|
extern const secp256k1_ge_storage secp256k1_pre_g_128[ECMULT_TABLE_SIZE(WINDOW_G)];
|
||||||
#endif /* defined(EXHAUSTIVE_TEST_ORDER) */
|
#endif /* defined(EXHAUSTIVE_TEST_ORDER) */
|
||||||
|
|
||||||
#endif /* SECP256K1_PRECOMPUTED_ECMULT_H */
|
#endif /* SECP256K1_PRECOMPUTED_ECMULT_H */
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
#ifndef SECP256K1_PRECOMPUTED_ECMULT_GEN_H
|
#ifndef SECP256K1_PRECOMPUTED_ECMULT_GEN_H
|
||||||
#define SECP256K1_PRECOMPUTED_ECMULT_GEN_H
|
#define SECP256K1_PRECOMPUTED_ECMULT_GEN_H
|
||||||
|
|
||||||
#include "group.h"
|
#include "group.h"
|
||||||
#include "ecmult_gen.h"
|
#include "ecmult_gen.h"
|
||||||
#ifdef EXHAUSTIVE_TEST_ORDER
|
#ifdef EXHAUSTIVE_TEST_ORDER
|
||||||
@ -13,4 +14,5 @@ static secp256k1_ge_storage secp256k1_ecmult_gen_prec_table[ECMULT_GEN_PREC_N(EC
|
|||||||
#else
|
#else
|
||||||
extern const secp256k1_ge_storage secp256k1_ecmult_gen_prec_table[ECMULT_GEN_PREC_N(ECMULT_GEN_PREC_BITS)][ECMULT_GEN_PREC_G(ECMULT_GEN_PREC_BITS)];
|
extern const secp256k1_ge_storage secp256k1_ecmult_gen_prec_table[ECMULT_GEN_PREC_N(ECMULT_GEN_PREC_BITS)][ECMULT_GEN_PREC_G(ECMULT_GEN_PREC_BITS)];
|
||||||
#endif /* defined(EXHAUSTIVE_TEST_ORDER) */
|
#endif /* defined(EXHAUSTIVE_TEST_ORDER) */
|
||||||
|
|
||||||
#endif /* SECP256K1_PRECOMPUTED_ECMULT_GEN_H */
|
#endif /* SECP256K1_PRECOMPUTED_ECMULT_GEN_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user