1 2 3 4 5 6 7
//! Test-only modules for the recursive Halo2 IVC integration. //! //! `golden` groups the committed assets, asset readers, generators, and test //! cases used to lock in recursive verification behavior. mod golden; mod test_certificate;