mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-20 16:59:44 +00:00
fmt
This commit is contained in:
parent
f718f8570b
commit
975a35c3e0
@ -738,7 +738,10 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Builds a "full circuit", with both prover and verifier data.
|
/// Builds a "full circuit", with both prover and verifier data.
|
||||||
fn build_inner<C: GenericConfig<D, F = F>>(mut self, deterministic: bool) -> CircuitData<F, C, D>
|
fn build_inner<C: GenericConfig<D, F = F>>(
|
||||||
|
mut self,
|
||||||
|
deterministic: bool,
|
||||||
|
) -> CircuitData<F, C, D>
|
||||||
where
|
where
|
||||||
[(); C::HCO::WIDTH]:,
|
[(); C::HCO::WIDTH]:,
|
||||||
[(); C::HCI::WIDTH]:,
|
[(); C::HCI::WIDTH]:,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user