File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,6 @@ pub(crate) fn batch_verifier_query_phase<C: Config>(
508508 let opening_proof = batch_opening. opening_proof ;
509509
510510 let round_context = builder. iter_ptr_get ( & rounds_context, ptr_vec[ 2 ] ) ;
511- // TODO: optimize this procedure
512511 iter_zip ! (
513512 builder,
514513 round_context. log2_heights,
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ pub fn batch_verify<C: Config>(
9494
9595 let diff: Var < C :: N > =
9696 builder. eval ( max_width. clone ( ) - opening. point_and_evals . evals . len ( ) ) ;
97- // width is always smaller than 2^20 .
98- builder. range_check_var ( diff, 20 ) ;
97+ // width is always smaller than 2^14 .
98+ builder. range_check_var ( diff, 14 ) ;
9999 builder. assign ( & diff_product_width, diff_product_width * diff) ;
100100 } ) ;
101101 } ) ;
You can’t perform that action at this time.
0 commit comments