Module halo2_frontend::plonk::circuit
source · Re-exports§
pub use constraint_system::*;
pub use expression::*;
Modules§
Structs§
- An advice column
- A fixed column
- An instance column
Traits§
- This trait allows a
Circuit
to direct some backend to assign a witness for a constraint system. - This is a trait that circuits provide implementations for so that the backend prover can ask the circuit to synthesize using some given
ConstraintSystem
implementation. - A column type
- A floor planning strategy for a circuit.