mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
fix
This commit is contained in:
parent
e0c767f3c1
commit
1ecc234644
@ -142,7 +142,7 @@ impl<F: Extendable<D>, const D: usize> Gate<F, D> for InsertionGate<F, D> {
|
||||
}
|
||||
|
||||
fn num_wires(&self) -> usize {
|
||||
self.wires_insert_here_for_round_r(self.vec_size - 1) + 1
|
||||
self.wires_insert_here_for_round_r(self.vec_size) + 1
|
||||
}
|
||||
|
||||
fn num_constants(&self) -> usize {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user