pub type Rv32Shift256Air = VmAirWrapper<Rv32HeapAdapterAir<2, INT256_NUM_LIMBS, INT256_NUM_LIMBS>, ShiftCoreAir<INT256_NUM_LIMBS, RV32_CELL_BITS>>;Expand description
Shift256
Aliased Type§
pub struct Rv32Shift256Air {
pub adapter: Rv32HeapAdapterAir<2, 32, 32>,
pub core: ShiftCoreAir<32, 8>,
}Fields§
§adapter: Rv32HeapAdapterAir<2, 32, 32>§core: ShiftCoreAir<32, 8>