Add RIPEMD-160 support to the Math API #3922
Labels
A-cryptography
Area: Cryptography
A-EVM
Area: Native EVM implementation and support
A-transaction-runtime
Area: transaction runtime (transaction and receipts processing, state transition, etc)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-Aurora
Team: issues relevant to the Aurora team
As discussed with @ilblackdragon, @djsatok, and @frankbraun on 2021-02-04, to speed up and lower the cost of the EVM-as-a-contract implementation, we will need to add
ripemd160()
as a Math API primitive so that the EVM contract itself will not need to implement this hash function.References:
The text was updated successfully, but these errors were encountered: