Skip to main content

verify_and_compute_signer_unchecked

Function verify_and_compute_signer_unchecked 

pub fn verify_and_compute_signer_unchecked(
    pubkey: &[u8; 65],
    signature: &Signature,
    hash: FixedBytes<32>,
) -> Result<Address, RecoveryError>
Available on crate features secp256k1 or k256 only.
Expand description

Verify a signature against a public key and message hash, without ensuring that the signature has a low s value.