Function fvm_shared::crypto::signature::ops::ecrecover

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

Return Address for a message given it’s signing bytes hash and signature.