Skip to content

Flexible Input/Output circuits #843

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Merged
merged 16 commits into from
Aug 8, 2022
PrevPrevious commit
Next Next commit
fix: rebase conflicts
  • Loading branch information
@IlyasRidhuan
IlyasRidhuan committedAug 7, 2022
commit d39e592530deacdf8cae503a9f379f3e9f10722e
2 changes: 0 additions & 2 deletions nightfall-deployer/circuits/common/merkle-tree/path-check.zok
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
from "hashes/poseidon/poseidon.zok" import main as poseidon
import "utils/pack/bool/unpack128.zok" as unpack128

from "hashes/poseidon/poseidon.zok" import main as poseidon


def orderFields(bool order, field pathNode, field siblingNode)->(field[2]):
field right = if order then pathNode else siblingNode fi
Expand Down