zcash / pasta_curves

Rust implementation for zcash/pasta
Other
80 stars 49 forks source link

Kill `CurveExt` and `CurveAffine` traits #41

Open str4d opened 2 years ago

str4d commented 2 years ago

These were helper traits that we created to provide additional methods needed for halo2_proofs that the group crate traits didn't have, while we figured out what those needed additional methods were. Now that we've cut halo2_proofs 0.1.0, we need to finish the job: