Currently, Clarity's secp256k1-verify function does not support Schnorr signatures (it ends up calling the Rust function verify_ecdsa()). There is an upcoming use case for Schnorr signatures that I am aware of, it's not urgent, but something we'll want to have
Currently, Clarity's
secp256k1-verifyfunction does not support Schnorr signatures (it ends up calling the Rust functionverify_ecdsa()). There is an upcoming use case for Schnorr signatures that I am aware of, it's not urgent, but something we'll want to have