Skip to content

Commit fc140da

Browse files
authored
Update mod.rs (#309)
1 parent e694d69 commit fc140da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nova/src/ccs/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ impl<G: CurveGroup, C: PolyCommitmentScheme<G>> LCCSInstance<G, C> {
347347
}
348348
}
349349

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

0 commit comments

Comments
 (0)