mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-05 15:55:00 -04:00
Merge 2c6aaf103b
into 1ef6a263ac
This commit is contained in:
commit
b11059efc1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ template DualMux() {
|
|||
signal input s;
|
||||
signal output out[2];
|
||||
|
||||
s * (1 - s) === 0
|
||||
s * (1 - s) === 0;
|
||||
out[0] <== (in[1] - in[0])*s + in[0];
|
||||
out[1] <== (in[0] - in[1])*s + in[1];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue