mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-03 06:13:11 +00:00
add comments
This commit is contained in:
parent
5d2237cea8
commit
7d44d8b15c
@ -1,3 +1,7 @@
|
||||
// Cyclic approach to recursion where at each cycle you verify previous proof
|
||||
// and run the inner circuit -> resulting in one proof that again can be fed
|
||||
// into another cyclic circle.
|
||||
|
||||
use hashbrown::HashMap;
|
||||
use plonky2::hash::hash_types::{HashOut, HashOutTarget, RichField};
|
||||
use plonky2::iop::target::{BoolTarget, Target};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user