Skip to content

Commit

Permalink
chore: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Aug 21, 2024
1 parent 7caf36f commit f974dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prover/src/logup_gkr/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ fn prove_input_layer<
Ok(FinalLayerProof::new(proof))
}

// TODO: Make the multi-linears over the base field and define an operation of folding with a challenge
// in an extension field.
/// Builds the multi-linear extension polynomials needed to run the final sum-check of GKR for
/// LogUp-GKR.
fn build_mls_from_main_trace_segment<E: FieldElement>(
oracles: &[LogUpGkrOracle<E::BaseField>],
main_trace: &ColMatrix<<E as FieldElement>::BaseField>,
Expand Down

0 comments on commit f974dd1

Please sign in to comment.