1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00

move merkle tree gadget to example folder

This commit is contained in:
sdeml 2019-02-01 10:30:43 +01:00
parent fe6396950b
commit a25dd44975
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
import "../hashes/sha256/512bit.code" as sha256 import "hashes/sha256/512bit.code" as sha256
import "../utils/multiplexer/256bit.code" as multiplex import "utils/multiplexer/256bit.code" as multiplex
import "../utils/binary/not.code" as NOT import "utils/binary/not.code" as NOT
// Merke-Tree inclusion proof for tree depth 3 // Merke-Tree inclusion proof for tree depth 3

View file

@ -1,4 +1,4 @@
import "merkleTree/sha256PathProof3.code" as merkleTreeProof import "./sha256PathProof3.code" as merkleTreeProof
def main() -> (field): def main() -> (field):
field treeDepth = 3 field treeDepth = 3