mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +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 config = CircuitConfig {
|
||||
num_wires: 200,
|
||||
num_wires: 134,
|
||||
num_routed_wires: 200,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user