Module halo2_frontend::plonk::circuit

source ·

Re-exports§

Modules§

Structs§

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.