pub type FieldArithmeticAir = VmAirWrapper<AluNativeAdapterAir, FieldArithmeticCoreAir>;
Aliased Type§
struct FieldArithmeticAir {
pub adapter: AluNativeAdapterAir,
pub core: FieldArithmeticCoreAir,
}
Fields§
§adapter: AluNativeAdapterAir
§core: FieldArithmeticCoreAir