pub fn recover_secp256k1(
    signed_hash: &Hash,
    signature: &Secp256k1Signature
) -> Option<Secp256k1PublicKey>