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
While doing restructuring in cggmp21, I found that it's better to expose
generic_ec::serde::CurveName
even whenserde
is disabled as it's really annoying to feature-gate this field every time we construct a struct that containsCurveName
.Also this PR finally brings parallelization into our CI workflow