python-rsa icon indicating copy to clipboard operation
python-rsa copied to clipboard

Issue 98 fips 186 4 prime selection tentative

Open RichardThiessen opened this issue 2 years ago • 1 comments

This fixes issue 98 and has a one extra effect:

  • small performance bump 1.3x faster keygen
    • the new sqrt(2) based bounds mean 2 primes are generated instead of an average of ~2.7

RichardThiessen avatar Jun 04 '23 14:06 RichardThiessen

Unit tests all pass now. Maybe that was the problem. If so, that's resolved.

If there's something else that needs to be done to get this up-streamed please tell me. I'm hoping this issue can finally be fixed after all these years.

RichardThiessen avatar Sep 13 '23 04:09 RichardThiessen