You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
n-lebel
changed the title
Removing PrimeField bound from FromUniformBytes
Changing PrimeField bound from FromUniformBytesDec 13, 2024
n-lebel
changed the title
Changing PrimeField bound from FromUniformBytes
Changing PrimeField bound in FromUniformBytesDec 13, 2024
Currently the
FromUniformBytes
trait has aPrimeField
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 implementField
but notPrimeField
, so at least changing that one bound would be very useful if possible.The text was updated successfully, but these errors were encountered: