This commit is contained in:
ValarDragon
2020-02-28 20:24:01 -08:00
committed by Pratyush Mishra
parent cba74c09d9
commit 78e08aed97

View File

@@ -242,7 +242,7 @@ pub trait FieldGadget<F: Field, ConstraintF: Field>:
res.mul_in_place(cs.ns(|| format!("mul for bit {:?}", i)), self)?;
}
}
Ok(res)
}