halo2/examples
Jack Grigg b4ed5295fe Migrate to group traits
The `Curve` trait is now `CurveExt: group::prime::PrimeCurve`, and
`CurveAffine` is now `CurveAffine: group::prime::PrimeCurveAffine`.

There is no `CurveAffine` trait in `group`, and it's a widely-used
trait in this crate, so we don't rename it to `CurveAffineExt`.
2021-02-22 20:20:23 +00:00
..
circuit-layout.rs Pass Expressions to meta.lookup() 2021-02-18 15:41:35 -07:00
performance_model.rs Migrate to group traits 2021-02-22 20:20:23 +00:00
simple-example.rs Use Column<Any> in Permutation::Argument 2021-02-17 21:32:17 +08:00