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
Right now every field implementation independently defines pub fn invert and fn invert_unchecked using the impl_bernstein_yang_invert! macro.
This is largely due to historical legacy: the impl_bernstein_yang_invert! macro was introduced later and never properly integrated into impl_mont_field_element!
In the next breaking release, primeorder should integrate these two macros so inversions are defined automatically.
The text was updated successfully, but these errors were encountered:
Right now every field implementation independently defines
pub fn invert
andfn invert_unchecked
using theimpl_bernstein_yang_invert!
macro.This is largely due to historical legacy: the
impl_bernstein_yang_invert!
macro was introduced later and never properly integrated intoimpl_mont_field_element!
In the next breaking release,
primeorder
should integrate these two macros so inversions are defined automatically.The text was updated successfully, but these errors were encountered: