Skip to content

Commit

Permalink
Patch simplicity/secp256k1
Browse files Browse the repository at this point in the history
This can be eliminated when upstream Simplicity updates its secp256k1 library and incorporates <bitcoin-core/secp256k1#1178>.
  • Loading branch information
roconnor-blockstream committed Mar 7, 2023
1 parent 226df6c commit 50ff8e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/simplicity/secp256k1/field_5x52_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
#ifndef SECP256K1_FIELD_REPR_IMPL_H
#define SECP256K1_FIELD_REPR_IMPL_H

#if defined HAVE_CONFIG_H
#include "libsecp256k1-config.h"
#endif

#include "util.h"
#include "field.h"
#include "modinv64_impl.h"
Expand Down
4 changes: 0 additions & 4 deletions src/simplicity/secp256k1/modinv32.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
#ifndef SECP256K1_MODINV32_H
#define SECP256K1_MODINV32_H

#if defined HAVE_CONFIG_H
#include "libsecp256k1-config.h"
#endif

#include "util.h"

/* A signed 30-bit limb representation of integers.
Expand Down
4 changes: 0 additions & 4 deletions src/simplicity/secp256k1/modinv64.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
#ifndef SECP256K1_MODINV64_H
#define SECP256K1_MODINV64_H

#if defined HAVE_CONFIG_H
#include "libsecp256k1-config.h"
#endif

#include "util.h"

#ifndef SECP256K1_WIDEMUL_INT128
Expand Down

0 comments on commit 50ff8e8

Please sign in to comment.