From 5403cd1738f6b163bd05900dfa94f63972aa9b00 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:47:12 +0300 Subject: [PATCH] doc: fix grammar Update binius.md (#521) --- book/src/background/binius.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/background/binius.md b/book/src/background/binius.md index bc5db87c2..a2ec04ec5 100644 --- a/book/src/background/binius.md +++ b/book/src/background/binius.md @@ -1,7 +1,7 @@ # Binius [Binius](https://eprint.iacr.org/2023/1784.pdf) was written by Ben Diamond and Jim Posen of Irreducible (fka Ulvetanna). It's a new commitment scheme that allows Jolt to use smaller fields more efficiently. -The Binius paper also gives a number of sum-check-based polynomial IOPs for to be combined with the commitment scheme. For Jolt's purposes, these will yield extremely efficient protocols for proving hash evaluations with various standard hash functions like Keccak (important for recursing Jolt-with-Binius-commitment), and for the RISC-V addition and multiplication operations. +The Binius paper also gives a number of sum-check-based polynomial IOPs to be combined with the commitment scheme. For Jolt's purposes, these will yield extremely efficient protocols for proving hash evaluations with various standard hash functions like Keccak (important for recursing Jolt-with-Binius-commitment), and for the RISC-V addition and multiplication operations. Here is a brief summary of changes that will occur in Jolt in order to incorporate the Binius commitment scheme: