Skip to content

Commit

Permalink
chore: improve doc and remove obsolete file
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Sep 2, 2024
1 parent e3b2dd0 commit b0ca76c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
57 changes: 0 additions & 57 deletions air/src/air/s_column.rs

This file was deleted.

3 changes: 2 additions & 1 deletion prover/src/trace/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ pub trait Trace: Sized {
let gkr_data = aux_rand_elements.gkr_data().expect("should not be None");
let r = gkr_data.lagrange_kernel_rand_elements();

// Loop over every constraint
// Loop over every Lagrange kernel constraint
for constraint_idx in 1..v + 1 {
let domain_step = 2_usize.pow((v - constraint_idx + 1) as u32);
let domain_half_step = 2_usize.pow((v - constraint_idx) as u32);
Expand All @@ -266,6 +266,7 @@ pub trait Trace: Sized {
}
}

// Validate the s-column constraint
let evaluator = air.get_logup_gkr_evaluator();
let mut aux_frame = EvaluationFrame::new(self.aux_trace_width());

Expand Down

0 comments on commit b0ca76c

Please sign in to comment.