pub type Rv32BranchLessThanAir = VmAirWrapper<Rv32BranchAdapterAir, BranchLessThanCoreAir<RV32_REGISTER_NUM_LIMBS, RV32_CELL_BITS>>;
Aliased Type§
pub struct Rv32BranchLessThanAir {
pub adapter: Rv32BranchAdapterAir,
pub core: BranchLessThanCoreAir<4, 8>,
}
Fields§
§adapter: Rv32BranchAdapterAir
§core: BranchLessThanCoreAir<4, 8>