Function verify_signature

Source
pub fn verify_signature(
    signature: &Signature,
    message: &TaggedHash,
    pubkey: PublicKey,
) -> Result<(), Error>
Expand description

Verifies the signature with a pubkey over the given message using a tagged hash as the message digest.