ethereum / hevm

symbolic EVM evaluator
https://hevm.dev
GNU Affero General Public License v3.0
223 stars 45 forks source link

ethjet: convert blake2 precompile to C #494

Closed elopez closed 3 months ago

elopez commented 3 months ago

Description

This changes the blake2 precompile implementation to build with the C compiler and reduces hevm's C++ dependency to just libff.

Checklist