WeierstrassChip

Type Alias WeierstrassChip 

Source
pub type WeierstrassChip<F, const NUM_READS: usize, const BLOCKS: usize, const BLOCK_SIZE: usize> = VmChipWrapper<F, FieldExpressionFiller<Rv32VecHeapAdapterFiller<NUM_READS, BLOCKS, BLOCKS, BLOCK_SIZE, BLOCK_SIZE>>>;

Aliased Type§

pub struct WeierstrassChip<F, const NUM_READS: usize, const BLOCKS: usize, const BLOCK_SIZE: usize> {
    pub inner: FieldExpressionFiller<Rv32VecHeapAdapterFiller<NUM_READS, BLOCKS, BLOCKS, BLOCK_SIZE, BLOCK_SIZE>>,
    pub mem_helper: SharedMemoryHelper<F>,
}

Fields§

§inner: FieldExpressionFiller<Rv32VecHeapAdapterFiller<NUM_READS, BLOCKS, BLOCKS, BLOCK_SIZE, BLOCK_SIZE>>§mem_helper: SharedMemoryHelper<F>