Function fvm_shared::crypto::signature::ops::recover_secp_public_key

source ·
pub fn recover_secp_public_key(
    hash: &[u8; 32],
    signature: &[u8; 65],
) -> Result<PublicKey, Error>
Expand description

Return the public key used for signing a message given it’s signing bytes hash and signature.