Skip to content

Commit

Permalink
refactor: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Xearty committed Oct 3, 2023
1 parent 95ed362 commit 7dc11d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plonky2x/src/frontend/eth/mpt/rlc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ impl<L: PlonkParameters<D>, const D: usize> CircuitBuilder<L, D> {
.iter()
.map(|byte| byte.to_variable(self).0)
.collect_vec();

challenger.observe_elements(&challenger_seed);

let challenge = Variable(challenger.get_challenge(&mut self.api));

let commitment_for_a = self.commit_subarray(a, a_offset, len, challenge);
Expand Down

0 comments on commit 7dc11d8

Please sign in to comment.