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
We can submit a PR to ark_poly, get it merged, and then upgrade to the next release.
In the meantime, we can add a truncate_to_canonical_form() in our own Poly impls. This means we can't use derive_more macros, unless the underlying implementation is correct.
The text was updated successfully, but these errors were encountered:
Some missing
truncate_leading_zeroes()
inark_poly
operator impls can cause a panic indegree()
:We can submit a PR to
ark_poly
, get it merged, and then upgrade to the next release.In the meantime, we can add a
truncate_to_canonical_form()
in our ownPoly
impls. This means we can't usederive_more
macros, unless the underlying implementation is correct.The text was updated successfully, but these errors were encountered: