move merkle tree gadget to example folder
This commit is contained in:
parent
fe6396950b
commit
a25dd44975
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
Loading…
Reference in a new issue