Skip to content

Commit

Permalink
Merge branch 'dw/fix-old-statements' into fourre-tout
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Nov 29, 2023
2 parents 08104f1 + 9571325 commit ae1414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/kimchi/lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ The denominator thus becomes $\prod_{k=1}^{5} (\gamma (1+\beta) + s_{kn+i-1} + \

There are two things that we haven't touched on:

* The vector $t$ representing the **combined lookup table** (after its columns have been combined with a joint combiner $j$). The **non-combined loookup table** is fixed at setup time and derived based on the lookup tables used in the circuit (for now only one, the XOR lookup table, can be used in the circuit).
* The vector $t$ representing the **combined lookup table** (after its columns have been combined with a joint combiner $j$). The **non-combined loookup table** is fixed at setup time and derived based on the lookup tables used in the circuit.
* The vector $s$ representing the sorted multiset of both the queries and the lookup table. This is created by the prover and sent as commitment to the verifier.

The first vector $t$ is quite straightforward to think about:
Expand Down

0 comments on commit ae1414c

Please sign in to comment.