Currently the FromUniformBytes trait has a PrimeField bound that doesn't seem obviously necessary. More specifically, I'd like to use it as a bound on an internal trait representing field extension, which implement Field but not PrimeField, so at least changing that one bound would be very useful if possible.