Skip to content

Commit

Permalink
groth16 first
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed Sep 16, 2024
1 parent ce5d5e7 commit 8241c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/src/bin/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
//!
//! You can run this script using the following command:
//! ```shell
//! RUST_LOG=info cargo run --release --bin evm -- --system plonk
//! RUST_LOG=info cargo run --release --bin evm -- --system groth16
//! ```
//! or
//! ```shell
//! RUST_LOG=info cargo run --release --bin evm -- --system groth16
//! RUST_LOG=info cargo run --release --bin evm -- --system plonk
//! ```
use alloy_sol_types::SolType;
Expand Down

0 comments on commit 8241c52

Please sign in to comment.