1 2 3 4 5 6 7
//! Test-only modules for the Halo2 circuit integration. //! //! `golden` covers end-to-end circuit scenarios, while `test_helpers` provides the shared harness //! used by focused inline gadget tests. pub(crate) mod golden; pub(crate) mod test_helpers;