mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
Fix visibility
This commit is contained in:
parent
524005579d
commit
22f7c359af
@ -150,7 +150,7 @@ impl<F: Field> CommonCircuitData<F> {
|
|||||||
/// is intentionally missing certain fields, such as `CircuitConfig`, because we support only a
|
/// is intentionally missing certain fields, such as `CircuitConfig`, because we support only a
|
||||||
/// limited form of dynamic inner circuits. We can't practically make things like the wire count
|
/// limited form of dynamic inner circuits. We can't practically make things like the wire count
|
||||||
/// dynamic, at least not without setting a maximum wire count and paying for the worst case.
|
/// dynamic, at least not without setting a maximum wire count and paying for the worst case.
|
||||||
pub(crate) struct VerifierCircuitTarget {
|
pub struct VerifierCircuitTarget {
|
||||||
/// A commitment to each constant polynomial.
|
/// A commitment to each constant polynomial.
|
||||||
pub(crate) constants_root: HashTarget,
|
pub(crate) constants_root: HashTarget,
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user