diff --git a/evm/src/generation/state.rs b/evm/src/generation/state.rs index f2d2a287..1f25cccd 100644 --- a/evm/src/generation/state.rs +++ b/evm/src/generation/state.rs @@ -39,7 +39,7 @@ pub(crate) struct GenerationState { /// useful to see the actual addresses for debugging. Here we store the mapping for all known /// addresses. pub(crate) state_key_to_address: HashMap, - + /// Prover inputs containing the result of a MODMUL-related operation, in reverse order so that the next /// input can be obtained via `pop()`. pub(crate) bignum_modmul_prover_inputs: Vec,