Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Sep 1, 2024
1 parent 0847b1f commit ba3942c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zero_bin/common/src/prover_state/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ use proof_gen::types::AllRecursiveCircuits;
use crate::parsing::{parse_range_exclusive, RangeParseError};

/// Number of tables defined in plonky2.
///
/// TODO: This should be made public in the evm_arithmetization crate.
// TODO(Robin): Reuse constant from `evm_arithmetization`
// TODO(Robin): Include Poseidon table for type-2 (cdk_erigon feature)
pub(crate) const NUM_TABLES: usize = 9;

/// New type wrapper for [`Range`] that implements [`FromStr`] and [`Display`].
Expand Down

0 comments on commit ba3942c

Please sign in to comment.