Function run_mul
pub fn run_mul(
    input: &[u8],
    gas_cost: u64,
    gas_limit: u64,
) -> Result<PrecompileOutput, PrecompileError>Expand description
Run the Bn128 mul precompile
pub fn run_mul(
    input: &[u8],
    gas_cost: u64,
    gas_limit: u64,
) -> Result<PrecompileOutput, PrecompileError>Run the Bn128 mul precompile