We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 875fb38 + be5b6ff commit ff5bf80Copy full SHA for ff5bf80
src/fri.rs
@@ -507,7 +507,7 @@ pub trait ProverChannel {
507
// 2. perform a random linear combination of odd and even coefficients of f(x):
508
// f_e(x) = c0 + c2 * x + c4 * x^2 + c6 * x^3
509
// f_o(x) = c1 + c3 * x + c5 * x^2 + c7 * x^3
510
-// f(x) = f_e(x) + x * f_o(x)
+// f(x) = f_e(x^2) + x * f_o(x^2)
511
// f'(x) = f_e(x) + α * f_o(x)
512
// α = <random field element sent from verifier>
513
//
0 commit comments