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