Procházet zdrojové kódy

add clarifying comment

narodnik před 5 roky
rodič
revize
3f17311bbe
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      scripts/halo/plonk.sage

+ 1 - 0
scripts/halo/plonk.sage

@@ -137,6 +137,7 @@ for i, val in enumerate(a + b + c):
 #    # Convert to a Laurent polynomial
 #    # Convert to a Laurent polynomial
 #    return R(p)
 #    return R(p)
 
 
+# This is what the prover passes to the verifier
 witness_y = R.lagrange_polynomial(enumerate(witness))
 witness_y = R.lagrange_polynomial(enumerate(witness))
 assert witness_y(12) == witness[12]
 assert witness_y(12) == witness[12]