mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-04 23:03:08 +00:00
Minor
This commit is contained in:
parent
ad5c18b499
commit
79e99148ef
@ -143,7 +143,7 @@ pub(crate) struct CommonCircuitData<F: Extendable<D>, const D: usize> {
|
||||
/// The types of gates used in this circuit.
|
||||
pub(crate) gates: Vec<GateRef<F, D>>,
|
||||
|
||||
/// The largest number of constraints imposed by any gate.
|
||||
/// The maximum degree of a filter times a constraint by any gate.
|
||||
pub(crate) max_filtered_constraint_degree_bits: usize,
|
||||
|
||||
/// The largest number of constraints imposed by any gate.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user