Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 2 additions & 2 deletions air/src/air/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use math::{fft, ExtensibleField, ExtensionOf, FieldElement, StarkField, ToElemen

use crate::{BatchingMethod, ProofOptions};

mod aux;
pub use aux::AuxRandElements;
mod aux_rand_elements;
pub use aux_rand_elements::AuxRandElements;

mod trace_info;
pub use trace_info::TraceInfo;
Expand Down