halo2/benches
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
..
arithmetic.rs Generate the URS using a homebrew mixture of blake2b and try-and-increment. 2021-01-06 10:45:11 -07:00
hashtocurve.rs Migrate to group traits 2021-02-22 20:20:23 +00:00
plonk.rs Update bench::plonk to work with multi-proof prover 2021-02-19 15:46:32 +08:00