File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/stark-backend/src/interaction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ pub fn eval_fri_log_up_phase<AB>(
566
566
///
567
567
/// ## Panics
568
568
/// If `max_constraint_degree > 0` and there are interactions that cannot fit in a singleton chunk.
569
- pub ( crate ) fn find_interaction_chunks < F : Field > (
569
+ pub fn find_interaction_chunks < F : Field > (
570
570
interactions : & [ SymbolicInteraction < F > ] ,
571
571
max_constraint_degree : usize ,
572
572
) -> FriLogUpProvingKey {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use crate::{
10
10
} ;
11
11
12
12
/// Used internally to select RAP phase evaluation function.
13
- pub ( crate ) trait InteractionPhaseAirBuilder : InteractionBuilder {
13
+ pub trait InteractionPhaseAirBuilder : InteractionBuilder {
14
14
fn finalize_interactions ( & mut self ) ;
15
15
/// The symbolic interactions **must** correspond to the `InteractionBuilder::all_interactions` function.
16
16
fn symbolic_interactions ( & self ) -> Vec < SymbolicInteraction < <Self as AirBuilder >:: F > > ;
You can’t perform that action at this time.
0 commit comments