Skip to content

Commit 72b6c5e

Browse files
committed
Prover field access
1 parent b0c1e4d commit 72b6c5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/sdk/src/prover/agg.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ use crate::{
2323
};
2424

2525
pub struct AggStarkProver<E: StarkFriEngine<SC>> {
26-
leaf_prover: VmLocalProver<SC, NativeConfig, E>,
27-
leaf_controller: LeafProvingController,
26+
pub leaf_prover: VmLocalProver<SC, NativeConfig, E>,
27+
pub leaf_controller: LeafProvingController,
2828

29-
internal_prover: VmLocalProver<SC, NativeConfig, E>,
30-
root_prover: RootVerifierLocalProver,
29+
pub internal_prover: VmLocalProver<SC, NativeConfig, E>,
30+
pub root_prover: RootVerifierLocalProver,
3131

3232
pub num_children_internal: usize,
3333
pub max_internal_wrapper_layers: usize,

0 commit comments

Comments
 (0)