Skip to content

Commit

Permalink
Update mod.rs (nexus-xyz#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahka2321 authored Dec 10, 2024
1 parent e694d69 commit fc140da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/src/ccs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ impl<G: CurveGroup, C: PolyCommitmentScheme<G>> LCCSInstance<G, C> {
}
}

/// Folds an incoming **non-linearized** [`CCSInstance`] into the current one. Its auxillary inputs include a partial
/// Folds an incoming **non-linearized** [`CCSInstance`] into the current one. Its auxiliary inputs include a partial
/// evaluation point `rs` and the sum of the evaluations at that point extended over the hypercube for both the current
/// (`sigmas`) and incoming (`thetas`) instances.
pub fn fold(
Expand Down

0 comments on commit fc140da

Please sign in to comment.