Function recover_public_key

Source
pub fn recover_public_key(
    pk: &[u8],
    sig: &Signature,
    bytes: &[u8],
) -> Result<u8, Secp256k1Error>
Expand description

Recover v point from a signature and from the message contents