bluealloy/revm

Create a crypto submodule for each precompile

Open

#2782 opened on Jul 23, 2025

View on GitHub
 (5 comments) (1 reaction) (0 assignees)Rust (2,194 stars) (1,019 forks)user submission
good first issue

Description

Discussed offline; adding a crypto.rs file for each precompile to hold just the pure cryptography implementation.

This would be the code that gets called by the Crypto trait.

Contributor guide