Function run_pair
pub fn run_pair(
input: &[u8],
gas_limit: u64,
) -> Result<PrecompileOutput, PrecompileError>
Expand description
Run the bn254 pair precompile with Optimism input limit.
pub fn run_pair(
input: &[u8],
gas_limit: u64,
) -> Result<PrecompileOutput, PrecompileError>
Run the bn254 pair precompile with Optimism input limit.