mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-05 21:34:13 -04:00
tweaked poseidon (wip)
This commit is contained in:
parent
d38647aeaa
commit
33723a731e
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ template HashLeftRight(rounds) {
|
|||
|
||||
signal output hash;
|
||||
|
||||
component hasher = Poseidon(2, 6, 8, 57);
|
||||
component hasher = Poseidon(2, 3, 8, 57);
|
||||
hasher.inputs[0] <== left;
|
||||
hasher.inputs[1] <== right;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue