//! Golden tests lock in recursive Halo2 IVC verification behavior.
//! This subtree also owns the committed assets, asset readers, generators, and
//! supporting test infrastructure for the golden workflow.
pub const ASSET_SEED: u64 = 42;
pub const CERTIFICATE_CIRCUIT_DEGREE: u32 = 13;
pub const RECURSIVE_CIRCUIT_DEGREE: u32 = 19;