Skip to content

Commit

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

Additional comment on the table_id_combiner [develop]
  • Loading branch information
dannywillems authored Nov 30, 2023
2 parents 3908626 + 1c30635 commit bde1c05
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 @@ -1038,6 +1038,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 bde1c05

Please sign in to comment.