Skip to content

Commit c1146e7

Browse files
committed
Fix stale trace_lde comment in prove_rounds_2_to_4
1 parent 9135f11 commit c1146e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crypto/stark/src/prover.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@ pub trait IsStarkProver<
20862086
let (r4_fft, r4_merkle, r4_deep_comp, r4_queries) =
20872087
crate::instruments::take_r4_sub().unwrap_or((zero, zero, zero, zero));
20882088
crate::instruments::store_round_sub_ops(crate::instruments::TableSubOps {
2089-
trace_lde: std::time::Duration::ZERO, // added by caller from lde_dur
2089+
trace_lde: std::time::Duration::ZERO, // LDE timing in Phase A/C (accum_r1_main/aux)
20902090
constraints: r2_constraints,
20912091
comp_decompose: r2_fft,
20922092
comp_commit: r2_merkle,

0 commit comments

Comments
 (0)