add comments

This commit is contained in:
M Alghazwi 2025-01-09 10:36:05 +01:00
parent 5d2237cea8
commit 7d44d8b15c
No known key found for this signature in database
GPG Key ID: 646E567CAD7DB607

View File

@ -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};