openvm_native_circuit

Type Alias FieldArithmeticAir

Source
pub type FieldArithmeticAir = VmAirWrapper<AluNativeAdapterAir, FieldArithmeticCoreAir>;

Aliased Type§

struct FieldArithmeticAir {
    pub adapter: AluNativeAdapterAir,
    pub core: FieldArithmeticCoreAir,
}

Fields§

§adapter: AluNativeAdapterAir§core: FieldArithmeticCoreAir