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
I noticed that p256::Scalar does not implement Reduce<U512> trait. Other crates do have that: for instance, k256::Scalar does implement this trait. It makes it difficult to write generic code that uses this trait. Is there a reason for not implementing Reduce<U512> for p256::Scalar?
The text was updated successfully, but these errors were encountered:
I noticed that
p256::Scalar
does not implementReduce<U512>
trait. Other crates do have that: for instance,k256::Scalar
does implement this trait. It makes it difficult to write generic code that uses this trait. Is there a reason for not implementingReduce<U512>
forp256::Scalar
?The text was updated successfully, but these errors were encountered: