zcash / pasta_curves

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

Kill `FieldExt` trait #42

Closed str4d closed 1 year ago

str4d commented 2 years ago

This (along with its other related traits) was a helper trait that we created to provide additional methods needed for halo2_proofs that the ff 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: