Trust-Machines / p256k1

Wrappers around secp256k1 to expose the underlying math, specifically unwrapped points and scalars with multiexponentiation
Apache License 2.0
12 stars 6 forks source link

bindgen no longer working with current secp256k1 #81

Open xoloki opened 1 month ago

xoloki commented 1 month ago

After using the update package to upgrade the vendored secp256k1, numerous errors were seen. Some of the were fixed by upgrading bindgen, and tweaking the various header files, but the field element _negate and _set_b32 functions are still unavailable.