tweaked poseidon (wip)

This commit is contained in:
poma 2019-10-06 05:56:39 +03:00
parent d38647aeaa
commit 33723a731e
3 changed files with 3 additions and 3 deletions

View file

@ -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;