mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 17:53:06 +00:00
Minor
This commit is contained in:
parent
09cee22d1f
commit
c3e9827b5e
@ -50,7 +50,7 @@ pub struct CircuitBuilder<F: RichField + Extendable<D>, const D: usize> {
|
||||
pub config: CircuitConfig,
|
||||
|
||||
/// The types of gates used in this circuit.
|
||||
pub(crate) gates: HashSet<GateRef<F, D>>,
|
||||
gates: HashSet<GateRef<F, D>>,
|
||||
|
||||
/// The concrete placement of each gate.
|
||||
pub(crate) gate_instances: Vec<GateInstance<F, D>>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user