mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 00:33:06 +00:00
fmt
This commit is contained in:
parent
7dea2451d0
commit
0155c422ab
@ -86,8 +86,7 @@ impl<F: Extendable<D>, const D: usize, const CHUNK_SIZE: usize> Gate<F, D>
|
||||
constraints.push(switch_bool * (first_input - second_output));
|
||||
constraints.push(switch_bool * (second_input - first_output));
|
||||
constraints.push(not_switch * (first_input - first_output));
|
||||
constraints
|
||||
.push(not_switch * (second_input - second_output));
|
||||
constraints.push(not_switch * (second_input - second_output));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user