mratsim / constantine

Constantine: modular, high-performance, zero-dependency cryptography stack for proof systems and blockchain protocols.
Other
272 stars 38 forks source link

Go API for EVM precompiles #385

Closed Vindaar closed 2 weeks ago

Vindaar commented 1 month ago

This continues from #383 by porting over the EVM precompiles C API into Go. All test cases are ported from Nim and should all pass.

Vindaar commented 3 weeks ago

Woops, guess I screwed up the rebase I did. Will investigate.