pub fn verify_signature( signature: &Signature, message: &TaggedHash, pubkey: PublicKey, ) -> Result<(), Error>
Verifies the signature with a pubkey over the given message using a tagged hash as the message digest.