From ba06404736e3b35daaee3d055fd220deaa849166 Mon Sep 17 00:00:00 2001 From: JunheeLee <101318348+Jun-Hee-Lee@users.noreply.github.com> Date: Fri, 7 Jul 2023 02:33:38 +0900 Subject: [PATCH] Fix comment typo (#192) --- src/spartan/mod.rs | 2 +- src/spartan/sumcheck.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spartan/mod.rs b/src/spartan/mod.rs index b73cf48..e3c4c01 100644 --- a/src/spartan/mod.rs +++ b/src/spartan/mod.rs @@ -357,7 +357,7 @@ impl> RelaxedR1CSSNARKTrait SumcheckProof { } // we do not need to check if poly(0) + poly(1) = e, as - // decompress() call above already ensures that hods + // decompress() call above already ensures that holds debug_assert_eq!(poly.eval_at_zero() + poly.eval_at_one(), e); // append the prover's message to the transcript