Rv32Shift256Chip

Type Alias Rv32Shift256Chip 

Source
pub type Rv32Shift256Chip<F> = VmChipWrapper<F, ShiftFiller<Rv32HeapAdapterFiller<2, INT256_NUM_LIMBS, INT256_NUM_LIMBS>, INT256_NUM_LIMBS, RV32_CELL_BITS>>;

Aliased Type§

pub struct Rv32Shift256Chip<F> {
    pub inner: ShiftFiller<Rv32HeapAdapterFiller<2, 32, 32>, 32, 8>,
    pub mem_helper: SharedMemoryHelper<F>,
}

Fields§

§inner: ShiftFiller<Rv32HeapAdapterFiller<2, 32, 32>, 32, 8>§mem_helper: SharedMemoryHelper<F>