Skip to content

v0.8.9

Choose a tag to compare

@hannesm hannesm released this 20 Jan 11:43
· 311 commits to main since this release

CHANGES:

  • 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