diff --git a/starky/src/proof.rs b/starky/src/proof.rs index 32b9b561..afefdd96 100644 --- a/starky/src/proof.rs +++ b/starky/src/proof.rs @@ -53,7 +53,7 @@ pub struct StarkProofTarget { impl StarkProofTarget { /// Recover the length of the trace from a STARK proof and a STARK config. - pub(crate) fn recover_degree_bits(&self, config: &StarkConfig) -> usize { + pub fn recover_degree_bits(&self, config: &StarkConfig) -> usize { let initial_merkle_proof = &self.opening_proof.query_round_proofs[0] .initial_trees_proof .evals_proofs[0]