mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
cleanup
This commit is contained in:
parent
8d50806bf3
commit
f718f8570b
@ -737,13 +737,8 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Standard build.
|
|
||||||
|
|
||||||
/// 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>>(
|
fn build_inner<C: GenericConfig<D, F = F>>(mut self, deterministic: bool) -> CircuitData<F, C, D>
|
||||||
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