python-rsa
python-rsa copied to clipboard
Issue 98 fips 186 4 prime selection tentative
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
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.