Skip to content

Commit

Permalink
Add comment on same line to fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Nov 29, 2023
1 parent 086c9a9 commit 5a96228
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions book/src/kimchi/lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ 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
<!-- This sentence must be changed if we update ../../../kimchi/src/circuits/lookup/tables/mod.rs -->
* we implemented different tables, like RangeCheck and XOR.
* we implemented different tables, like RangeCheck and XOR. <!-- This sentence must be changed if we update ../../../kimchi/src/circuits/lookup/tables/mod.rs -->
* 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 5a96228

Please sign in to comment.