Secp256k1::SchnorrSignature represents an Schnorr signature signing a 32-byte message.
Loads a new Schnorr signature from the given 64-byte binary
schnorr_sig_data
. Does not perform any validation on the loaded data.
Returns the 64-byte binary String
of the serialized Schnorr signature.
Returns true
if the schnorr signature is a valid signing of msg
with the
private key for xonly_pubkey
, false
otherwise.
Returns true
if this signature matches other
.