Skip to content

Commit

Permalink
Merge pull request #1356 from o1-labs/dw/additional-comments-on-combi…
Browse files Browse the repository at this point in the history
…ne-table-master

Additional comment on the table_id_combiner [master]
  • Loading branch information
dannywillems authored Nov 30, 2023
2 parents c674819 + 3e1e834 commit 90438ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kimchi/src/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,9 @@ where
let joint_combiner = oracles
.joint_combiner
.expect("joint_combiner should be present if lookups are used");
// The table ID is added as the last column of the vector.
// Therefore, the exponent for the combiner for the table ID is the
// width of the concatenated table, i.e. max_joint_size.
let table_id_combiner = joint_combiner
.1
.pow([u64::from(li.lookup_info.max_joint_size)]);
Expand Down

0 comments on commit 90438ea

Please sign in to comment.