Skip to content

Commit

Permalink
Update binius.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GUJustin committed Aug 21, 2024
1 parent e8865aa commit 2fbc79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/background/binius.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Binius paper also gives a number of sum-check-based polynomial IOPs for to b

Here is a brief summary of changes that will occur in Jolt in order to incorporate the Binius commitment scheme:

*Addition and multiplication instructions will be handled via gadgets/constraint-systems instead of lookups. We may want to handle XOR and LT via gadgets too for performance reasons.
*Addition and multiplication instructions will be handled via [gadgets/constraint-systems](https://www.irreducible.com/posts/integer-multiplication-in-binius) instead of lookups. We may want to handle XOR and LT via gadgets too for performance reasons.

*Booleanity constraints in the R1CS can be omitted as that is guaranteed by the binding properties of the Binius commitment scheme.

Expand Down

0 comments on commit 2fbc79e

Please sign in to comment.