Skip to content

Commit

Permalink
Expose constraint (needed to define the types of Constraints)
Browse files Browse the repository at this point in the history
  • Loading branch information
iquerejeta committed Oct 10, 2024
1 parent b0a9549 commit 5bb4fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/src/plonk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub use error::Error;
pub use halo2_backend::plonk::{Error as ErrorBack, ProvingKey, VerifyingKey};
pub use halo2_frontend::plonk::{
Advice, Assigned, Assignment, Challenge, Circuit, Column, ColumnType, ConstraintSystem,
Constraints, Error as ErrorFront, Expression, FirstPhase, Fixed, FixedQuery, FloorPlanner,
Constraint, Constraints, Error as ErrorFront, Expression, FirstPhase, Fixed, FixedQuery, FloorPlanner,
Instance, Phase, SecondPhase, Selector, TableColumn, ThirdPhase, VirtualCells,
};
pub use halo2_middleware::circuit::{Any, ConstraintSystemMid};
Expand Down

0 comments on commit 5bb4fdb

Please sign in to comment.