Make get_challenges private.

This commit is contained in:
wborgeaud 2022-02-07 22:11:37 +01:00
parent 415da246a5
commit 0cc776922a

View File

@ -227,7 +227,7 @@ impl<F: RichField + Extendable<D>, C: GenericConfig<D, F = F>, const D: usize>
}
impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
pub(crate) fn get_challenges<C: GenericConfig<D, F = F>>(
fn get_challenges<C: GenericConfig<D, F = F>>(
&mut self,
public_inputs_hash: HashOutTarget,
wires_cap: &MerkleCapTarget,