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
Rsa: Adapt computation of d = e ^ -1 mod (lam n), with
lam n = lcm (p - 1) (q - 1) (previously lam n = (p - 1) * (q - 1))
Fixes #62 reported by @mattjbray, investigated by @psafont, code by @hannesm