LFDT-Lockness / generic-ec

Generic elliptic curve cryptography in Rust
Apache License 2.0
2 stars 2 forks source link

Expose `generic_ec::serde::CurveName` even when `serde` is disabled #14

Closed survived closed 9 months ago

survived commented 9 months ago

While doing restructuring in cggmp21, I found that it's better to expose generic_ec::serde::CurveName even when serde is disabled as it's really annoying to feature-gate this field every time we construct a struct that contains CurveName.

Also this PR finally brings parallelization into our CI workflow