pub fn recover_pk(
    v: u8,
    r: &Word,
    s: &Word,
    msg_hash: &[u8; 32]
) -> Result<Secp256k1Affine, Error>
Expand description

Recover the public key from a secp256k1 signature and the message hash.