mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-28 12:49:54 +00:00
cleanup
This commit is contained in:
parent
647568fc7a
commit
77d942f0e9
@ -310,16 +310,16 @@ impl<F: Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
|||||||
input: w,
|
input: w,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
self.add_generator(CopyGenerator {
|
self.generate_copy(
|
||||||
src: Target::Wire(Wire {
|
Target::Wire(Wire {
|
||||||
gate: gate_1,
|
gate: gate_1,
|
||||||
input: w,
|
input: w,
|
||||||
}),
|
}),
|
||||||
dst: Target::Wire(Wire {
|
Target::Wire(Wire {
|
||||||
gate: gate_2,
|
gate: gate_2,
|
||||||
input: w,
|
input: w,
|
||||||
}),
|
}),
|
||||||
});
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user