mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
k = 11;
|
|
field = "pallas";
|
|
|
|
constant "Nested" {}
|
|
|
|
witness "Nested" {
|
|
Base a,
|
|
}
|
|
|
|
circuit "Nested" {
|
|
triple_hash = poseidon_hash(poseidon_hash(poseidon_hash(a)));
|
|
constrain_instance(triple_hash);
|
|
}
|