OffchainLabs / arbitrum-classic

Powers fast, private, decentralized applications
https://offchainlabs.com/
Apache License 2.0
1.98k stars 1.38k forks source link

Missing one-step proof checker for ripemd160f instruction #740

Open edfelten opened 3 years ago

edfelten commented 3 years ago

The AVM architecture includes a ripemd160f instruction which computes the compression function of the RIPEMD-160 hash function. This is supported by the AVM emulator, but the EthBridge doesn't include a one-step proof checker for it.

Milerius commented 3 years ago

Hey @edfelten our smart contract: https://arbiscan.io/address/0x9130b257d37a52e52f21054c4da3450c72f595ce#code use ripemd160, do you have any idea when it could be supported in arbitrum?

PowersOfTau commented 2 years ago

AVM architecture also has a blake2f instruction but not included in OSP checker?