mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 06:43:07 +00:00
Minor
This commit is contained in:
parent
83fe4d5cc0
commit
693fd4f8d6
@ -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.
|
// 1 for the sum then `num_limbs` for the limbs.
|
||||||
fn num_wires(&self) -> usize {
|
fn num_wires(&self) -> usize {
|
||||||
self.num_limbs + 1
|
1 + self.num_limbs
|
||||||
}
|
}
|
||||||
|
|
||||||
fn num_constants(&self) -> usize {
|
fn num_constants(&self) -> usize {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user