pub type Rv32BranchLessThan256Air = VmAirWrapper<Rv32HeapBranchAdapterAir<2, INT256_NUM_LIMBS>, BranchLessThanCoreAir<INT256_NUM_LIMBS, RV32_CELL_BITS>>;Expand description
BranchLessThan256
Aliased Type§
pub struct Rv32BranchLessThan256Air {
pub adapter: Rv32HeapBranchAdapterAir<2, 32>,
pub core: BranchLessThanCoreAir<32, 8>,
}Fields§
§adapter: Rv32HeapBranchAdapterAir<2, 32>§core: BranchLessThanCoreAir<32, 8>