//! Constraint gadgets used by the Halo2 STM circuit.
//! Domain-oriented gadgets are re-exported here; low-level comparison helpers stay internal.
/// Number of bits used for lottery index comparisons in the circuit.
///
/// This bounds both `m` and all lottery indices to fit in 16 bits.
pub const LOTTERY_BIT_BOUND: u32 = 16;
pub use ;
pub use ;
pub use ;