halo2/examples
Jack Grigg 6cf73391e8 Enable annotating individual constraints within gates
The closure passed to `ConstraintSystem::create_gate` can now return:

- Tuples of `(&'static str, Expression<F>)`
- Anything implementing `IntoIterator` (e.g. `Some(Expression<F>)`)
2021-06-04 03:49:21 +01:00
..
sha256 Allow multiple polynomial constraints per gate 2021-05-27 15:01:46 +01:00
circuit-layout.rs Allow multiple polynomial constraints per gate 2021-05-27 15:01:46 +01:00
cost-model.rs examples: Add verification time estimator 2021-05-18 13:54:05 +01:00
simple-example.rs Enable annotating individual constraints within gates 2021-06-04 03:49:21 +01:00
two-chip.rs Enable annotating individual constraints within gates 2021-06-04 03:49:21 +01:00