ec_recover_run

Function ec_recover_run 

pub fn ec_recover_run(
    input: &[u8],
    gas_limit: u64,
) -> Result<PrecompileOutput, PrecompileError>
Available on crate feature evm only.
Expand description

ecrecover precompile function. Read more about input and output format in this module docs.