Implement the RIPEMD-160 precompile at address 0x03.
0x03
lib/eevm/precompiles/ripemd160.ex
600 + 120 * ceil(byte_size(input) / 32)
:crypto.hash(:ripemd160, input)
Precompiles.execute/3