This commit is contained in:
wborgeaud 2021-08-05 13:51:26 +02:00
parent 83fe4d5cc0
commit 693fd4f8d6

View File

@ -100,7 +100,7 @@ impl<F: Extendable<D>, const D: usize, const B: usize> Gate<F, D> for BaseSumGat
// 1 for the sum then `num_limbs` for the limbs.
fn num_wires(&self) -> usize {
self.num_limbs + 1
1 + self.num_limbs
}
fn num_constants(&self) -> usize {