zcash / pasta_curves

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

Remove `std` feature flag #27

Closed str4d closed 2 years ago

str4d commented 2 years ago

Once #25 has been closed by #26, we should refactor CurveAffine to remove its std::io APIs. Then we can place those traits behind the alloc feature flag, and remove the std feature flag (which has not been in a release yet).