Skip to content

Commit

Permalink
Update old statements regarding available tables
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Nov 29, 2023
1 parent b47a5f0 commit 086c9a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/src/kimchi/lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ We integrate plookup in kimchi with the following differences:

* we snake-ify the sorted table instead of wrapping it around (see later)
* we allow fixed-ahead-of-time linear combinations of columns of the queries we make
* we only use a single table (XOR) at the moment of this writing
<!-- This sentence must be changed if we update ../../../kimchi/src/circuits/lookup/tables/mod.rs -->
* we implemented different tables, like RangeCheck and XOR.
* we allow several lookups (or queries) to be performed within the same row
* zero-knowledgeness is added in a specific way (see later)

Expand Down

0 comments on commit 086c9a9

Please sign in to comment.