Skip to content

Commit fd172b8

Browse files
committed
fixup! fix: remove endianness shenanigans
1 parent 83950c5 commit fd172b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/provider/non_hiding_zeromorph.rs

-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ fn quotients<F: PrimeField>(poly: &MultilinearPolynomial<F>, point: &[F]) -> (Ve
360360
(quotients, remainder[0])
361361
}
362362

363-
// TODO : move this somewhere else
364363
fn eval_and_quotient_scalars<F: Field>(y: F, x: F, z: F, point: &[F]) -> (F, Vec<F>) {
365364
let num_vars = point.len();
366365

0 commit comments

Comments
 (0)