Add BLAKE2b support to the Math API #3953
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
To speed up and lower the cost of the EVM-as-a-contract implementation, we will need to add
blake2b()
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: