File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 77#ifndef SECP256K1_FIELD_REPR_IMPL_H
88#define SECP256K1_FIELD_REPR_IMPL_H
99
10- #if defined HAVE_CONFIG_H
11- #include "libsecp256k1-config.h"
12- #endif
13-
1410#include "util.h"
1511#include "field.h"
1612#include "modinv64_impl.h"
Original file line number Diff line number Diff line change 77#ifndef SECP256K1_MODINV32_H
88#define SECP256K1_MODINV32_H
99
10- #if defined HAVE_CONFIG_H
11- #include "libsecp256k1-config.h"
12- #endif
13-
1410#include "util.h"
1511
1612/* A signed 30-bit limb representation of integers.
Original file line number Diff line number Diff line change 77#ifndef SECP256K1_MODINV64_H
88#define SECP256K1_MODINV64_H
99
10- #if defined HAVE_CONFIG_H
11- #include "libsecp256k1-config.h"
12- #endif
13-
1410#include "util.h"
1511
1612#ifndef SECP256K1_WIDEMUL_INT128
You can’t perform that action at this time.
0 commit comments