bluealloy/revm

Create a crypto submodule for each precompile

Closed

#2,782 opened on Jul 23, 2025

 (5 comments) (1 reaction) (0 assignees)Rust (1,024 forks)user submission
good first issue

Repository metrics

Stars
 (2,221 stars)
PR merge metrics
 (Avg merge 1d 14h) (32 merged PRs in 30d)

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