From d8c29db5ad007eeee110ff731ccea88f9c0025bb Mon Sep 17 00:00:00 2001 From: Brian Lawrence Date: Tue, 9 Jul 2024 10:55:06 -0700 Subject: [PATCH] Shorten root check section title --- easy/src/kzg.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy/src/kzg.typ b/easy/src/kzg.typ index f1f45f2..f30de45 100644 --- a/easy/src/kzg.typ +++ b/easy/src/kzg.typ @@ -132,7 +132,7 @@ The verification runtime is a single pairing plus however long it takes to compute the Lagrange interpolation $f$. -== Root check (using long division with commitment schemes) +== Root check To make PLONK work, we're going to need a small variant of the multi-opening protocol for KZG commitments (@multi-openings),