mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-12 00:51:28 +01:00
fix typo (#189)
This commit is contained in:
@@ -120,7 +120,7 @@ impl<G: Group> AllocatedRelaxedR1CSInstance<G> {
|
||||
}
|
||||
|
||||
/// Allocates the hardcoded default RelaxedR1CSInstance in the circuit.
|
||||
/// W = E = 0, u = 1, X0 = X1 = 0
|
||||
/// W = E = 0, u = 0, X0 = X1 = 0
|
||||
pub fn default<CS: ConstraintSystem<<G as Group>::Base>>(
|
||||
mut cs: CS,
|
||||
limb_width: usize,
|
||||
|
||||
@@ -78,7 +78,7 @@ impl<G: Group> NIFS<G> {
|
||||
))
|
||||
}
|
||||
|
||||
/// Takes as input a relaxed R1CS instance `U1` and and R1CS instance `U2`
|
||||
/// Takes as input a relaxed R1CS instance `U1` and R1CS instance `U2`
|
||||
/// with the same shape and defined with respect to the same parameters,
|
||||
/// and outputs a folded instance `U` with the same shape,
|
||||
/// with the guarantee that the folded instance `U`
|
||||
|
||||
Reference in New Issue
Block a user