Closed MatthewLM closed 1 year ago
Add bindings for creation and verification of Schnorr signatures using include/secp256k1_schnorrsig.h. A new SchnorrSignature class shall be created to represent these signatures with a sign() constructor and verify() method.
include/secp256k1_schnorrsig.h
SchnorrSignature
sign()
verify()
Completed
Add bindings for creation and verification of Schnorr signatures using
include/secp256k1_schnorrsig.h
. A newSchnorrSignature
class shall be created to represent these signatures with asign()
constructor andverify()
method.