mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +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
|
||||
/// 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.
|
||||
pub(crate) struct VerifierCircuitTarget {
|
||||
pub struct VerifierCircuitTarget {
|
||||
/// A commitment to each constant polynomial.
|
||||
pub(crate) constants_root: HashTarget,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user