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
commit messgae is broken:(.
In ll_lehmer_exgcd, it computes sd = (bd * v0 + gcd) / ad, when bd * v0 + gcd has 4 more limbs than ad, ll_div requires sd to have 5 limbs to store quotient. So give sd 5 limbs space can fix it.
The text was updated successfully, but these errors were encountered: