pub type Rv32Multiplication256Chip<F> = VmChipWrapper<F, MultiplicationFiller<Rv32VecHeapAdapterFiller<2, INT256_NUM_BLOCKS, INT256_NUM_BLOCKS, DEFAULT_BLOCK_SIZE, DEFAULT_BLOCK_SIZE>, INT256_NUM_LIMBS, RV32_CELL_BITS>>;Aliased Type§
pub struct Rv32Multiplication256Chip<F> {
pub inner: MultiplicationFiller<Rv32VecHeapAdapterFiller<2, 8, 8, 4, 4>, 32, 8>,
pub mem_helper: SharedMemoryHelper<F>,
}Fields§
§inner: MultiplicationFiller<Rv32VecHeapAdapterFiller<2, 8, 8, 4, 4>, 32, 8>§mem_helper: SharedMemoryHelper<F>