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

Wrap schnorr proofs #71

Closed xoloki closed 1 year ago

xoloki commented 1 year ago

Currently p256k1 does not wrap any of the schnorr code in secp256k1. Wrap the code for signature creation and verification, and any additional types needed (e.g. secp256k1_xonly_pubkey).