Function revm::precompile::secp256k1::ecrecover

source ยท
pub fn ecrecover(
    sig: &FixedBytes<64>,
    recid: u8,
    msg: &FixedBytes<32>
) -> Result<FixedBytes<32>, Error>