Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
wwared committed Sep 9, 2024
1 parent 336f486 commit 86afb26
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions recursion/core/src/multi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,15 +331,15 @@ where
);

let poseidon2_chip = Poseidon2WideChip::<AB::F, DEGREE>::default();
poseidon2_chip.eval_poseidon2(
&mut sub_builder,
poseidon2_columns.as_ref(),
MultiChip::<AB::F, DEGREE>::poseidon2::<AB>(next_slice).as_ref(),
local_multi_cols.poseidon2_receive_table,
local_multi_cols.poseidon2_1st_half_memory_access,
local_multi_cols.poseidon2_2nd_half_memory_access,
local_multi_cols.poseidon2_send_range_check,
);
// poseidon2_chip.eval_poseidon2(
// &mut sub_builder,
// poseidon2_columns.as_ref(),
// MultiChip::<AB::F, DEGREE>::poseidon2::<AB>(next_slice).as_ref(),
// local_multi_cols.poseidon2_receive_table,
// local_multi_cols.poseidon2_1st_half_memory_access,
// local_multi_cols.poseidon2_2nd_half_memory_access,
// local_multi_cols.poseidon2_send_range_check,
// );
}
}

Expand Down

0 comments on commit 86afb26

Please sign in to comment.