don't use a type alias for dense polynomial
this is a minor proposition, get rid of the UniPoly12_381
or UniPoly381
type aliases that are just DensePolynomial<Fr>
.
now, it's enough to just change the import of Fr
to another crate / another curve, without having an inconsistent mention to BLS-12-381 in the name of the dense polynomial.