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
This is an oversight from #501 which switched to using Bernstein-Yang
inversions for `Uint::inv_odd_mod`.
The new implementation assumes `s` is always `Odd` but doesn't actually
check for that and set the `ConstCtOption` to be "none" accordingly.
0 commit comments