mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-06 21:34:00 -05:00
17 lines
206 B
Plaintext
17 lines
206 B
Plaintext
k = 14;
|
|
field = "pallas";
|
|
|
|
constant "SMT" {
|
|
}
|
|
|
|
witness "SMT" {
|
|
SparseMerklePath path,
|
|
Base leaf,
|
|
}
|
|
|
|
circuit "SMT" {
|
|
root = sparse_merkle_root(leaf, path, leaf);
|
|
constrain_instance(root);
|
|
}
|
|
|