pub type Fp2Air<const BLOCKS: usize, const BLOCK_SIZE: usize> = VmAirWrapper<Rv32VecHeapAdapterAir<2, BLOCKS, BLOCKS, BLOCK_SIZE, BLOCK_SIZE>, FieldExpressionCoreAir>;
Aliased Type§
pub struct Fp2Air<const BLOCKS: usize, const BLOCK_SIZE: usize> {
pub adapter: Rv32VecHeapAdapterAir<2, BLOCKS, BLOCKS, BLOCK_SIZE, BLOCK_SIZE>,
pub core: FieldExpressionCoreAir,
}
Fields§
§adapter: Rv32VecHeapAdapterAir<2, BLOCKS, BLOCKS, BLOCK_SIZE, BLOCK_SIZE>
§core: FieldExpressionCoreAir