openvm_stark_backend::rap

Trait PartitionedBaseAir

Source
pub trait PartitionedBaseAir<F>: BaseAir<F> {
    // Provided methods
    fn cached_main_widths(&self) -> Vec<usize> { ... }
    fn common_main_width(&self) -> usize { ... }
}
Expand description

An AIR with 1 or more main trace partitions.

Provided Methods§

Source

fn cached_main_widths(&self) -> Vec<usize>

By default, an AIR has no cached main trace.

Source

fn common_main_width(&self) -> usize

By default, an AIR has only one private main trace.

Implementors§