axiom-eth 0.4.0

This crate is the main library for building ZK circuits that prove data about the Ethereum virtual machine (EVM).
Documentation
1
2
3
/// Helper struct to automatically implement the `TwoPhaseCircuitInstructions` trait for fast testing.
pub mod executor;
pub mod two_phase;