mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
Minimal num_wires
This commit is contained in:
parent
62dccedda4
commit
70f4f2aab8
@ -261,7 +261,7 @@ mod tests {
|
|||||||
let gate = Gate::with_constants(constants.clone());
|
let gate = Gate::with_constants(constants.clone());
|
||||||
|
|
||||||
let config = CircuitConfig {
|
let config = CircuitConfig {
|
||||||
num_wires: 200,
|
num_wires: 134,
|
||||||
num_routed_wires: 200,
|
num_routed_wires: 200,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user