You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in #81, bindgen does not handle the current libsecp256k1 particularly well. This is largely the fault of the layered #defines that now are used in the internal headers.
So we will need to disable bindgen by default for now, in order to accomplish the necessary goal of upgrading a 19 month old libsecp256k1.
The text was updated successfully, but these errors were encountered:
As seen in #81,
bindgen
does not handle the currentlibsecp256k1
particularly well. This is largely the fault of the layered#define
s that now are used in the internal headers.So we will need to disable
bindgen
by default for now, in order to accomplish the necessary goal of upgrading a 19 month oldlibsecp256k1
.The text was updated successfully, but these errors were encountered: