mirror of
https://github.com/arnaucube/plonky2-recursion-experiment.git
synced 2026-01-20 21:01:34 +01:00
add full recursion (binary) tree
Each node of the tree is verifying: `((verify left sig OR verify left proof) AND (verify right sig OR verify right proof))`. and then it generates a new plonky2 proof, which can again be verified in a node of the next level of the tree. full binary tree of recursion works
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/target
|
||||
Cargo.lock
|
||||
Reference in New Issue
Block a user