Skip to content

Commit

Permalink
small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-deng committed Dec 5, 2024
1 parent e1c2fb3 commit 50e8a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/recursion/core/src/shape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl<F: PrimeField32 + BinomiallyExtendable<D>, const DEGREE: usize> Default
(base_alu.clone(), 16),
(mem_var.clone(), 19),
(poseidon2_wide.clone(), 17),
(mem_const.clone(), 18),
(mem_const.clone(), 17),
(batch_fri.clone(), 18),
(exp_reverse_bits_len.clone(), 18),
(select.clone(), 19),
Expand Down

0 comments on commit 50e8a11

Please sign in to comment.