pub trait BaseAirWithPublicValues<F>: BaseAir<F> {
// Provided method
fn num_public_values(&self) -> usize { ... }
}
Expand description
An AIR with 0 or more public values. This trait will be merged into Plonky3 in PR: https://github.com/Plonky3/Plonky3/pull/470