pub fn secp256k1_sign_compact_recover(
    signature: &[u8],
    message: &[u8]
) -> Result<Bytes64, Secp256k1Error>
Expand description

Recover the public key from a signature performed with secp256k1_sign_compact_recoverable