From 2c43da801e9d9012d5a3464e08607b4403c6433f Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Thu, 22 Sep 2022 11:17:02 +0200 Subject: [PATCH] Fix --- evm/src/get_challenges.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/evm/src/get_challenges.rs b/evm/src/get_challenges.rs index 9a9613f3..8b254ee4 100644 --- a/evm/src/get_challenges.rs +++ b/evm/src/get_challenges.rs @@ -36,6 +36,7 @@ impl, C: GenericConfig, const D: usize> A AllProofChallenges { stark_challenges: std::array::from_fn(|i| { + challenger.duplexing(); self.stark_proofs[i].get_challenges( &mut challenger, num_permutation_zs[i] > 0,