From aad56c6603308e7a18519e49312cca9fa4fa4e89 Mon Sep 17 00:00:00 2001 From: Sebastien La Duca Date: Fri, 29 Apr 2022 10:50:02 +0200 Subject: [PATCH] make recover_degree_bits_public --- starky/src/proof.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starky/src/proof.rs b/starky/src/proof.rs index dba3db3e..32b9b561 100644 --- a/starky/src/proof.rs +++ b/starky/src/proof.rs @@ -33,7 +33,7 @@ pub struct StarkProof, C: GenericConfig, impl, C: GenericConfig, const D: usize> StarkProof { /// 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]