ModularIsEqualAir

Type Alias ModularIsEqualAir 

Source
pub type ModularIsEqualAir<const NUM_LANES: usize, const LANE_SIZE: usize, const TOTAL_LIMBS: usize> = VmAirWrapper<Rv32IsEqualModAdapterAir<2, NUM_LANES, LANE_SIZE, TOTAL_LIMBS>, ModularIsEqualCoreAir<TOTAL_LIMBS, RV32_REGISTER_NUM_LIMBS, RV32_CELL_BITS>>;

Aliased Type§

pub struct ModularIsEqualAir<const NUM_LANES: usize, const LANE_SIZE: usize, const TOTAL_LIMBS: usize> {
    pub adapter: Rv32IsEqualModAdapterAir<2, NUM_LANES, LANE_SIZE, TOTAL_LIMBS>,
    pub core: ModularIsEqualCoreAir<TOTAL_LIMBS, 4, 8>,
}

Fields§

§adapter: Rv32IsEqualModAdapterAir<2, NUM_LANES, LANE_SIZE, TOTAL_LIMBS>§core: ModularIsEqualCoreAir<TOTAL_LIMBS, 4, 8>