Function ripemd160_run

pub fn ripemd160_run(
    input: &Bytes,
    gas_limit: u64,
) -> Result<PrecompileOutput, PrecompileError>
Expand description

Computes the RIPEMD-160 hash of the input data

This function follows specifications defined in the following references: