aboutsummaryrefslogtreecommitdiff
path: root/rsa/prime.py
AgeCommit message (Expand)Author
2018-09-16speedupyjqiang
2016-05-08xrange compatibility optimization for Python 2 (#69)Michael Manganiello
2016-04-16Trivial fix on primality testingadamantike
2016-04-15Set Miller-Rabin rounds based on bitsizeadamantike
2016-03-17Using set instead of list, it's faster.Sybren A. Stüvel
2016-03-17Removed a doctest, it's covered by a unit test anyway.Sybren A. Stüvel
2016-03-17Prevent possible infinite loops.Sybren A. Stüvel
2016-03-17Remove Solovay-Strassen implementationadamantike
2016-03-17Use Miller-Rabin primality testingadamantike
2016-03-17Use specific function for odd integer generationadamantike
2016-02-05Correct doctest returns for 'are_relatively_prime'adamantike
2016-02-05Remove unneeded conditional on Jacobi functionadamantike
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
2016-01-27Fixed PEP8 style issuesSybren A. Stüvel
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
2016-01-21Simplified calculation of GCDMichael Manganiello
2011-08-24Reverts docstring quoting syntax.Yesudeep Mangalapilly
2011-08-16Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly
2011-08-11Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly
2011-08-10Added parallel.py module and ability to use multiprocessing when generating keysSybren A. Stüvel
2011-07-23Added Apache 2 license notice to source filesSybren A. Stüvel
2011-07-23Slight simplification of is_primeSybren A. Stüvel
2011-07-14Use new-style integer divisionSybren A. Stüvel
2011-07-10Removed warningSybren A. Stüvel
2011-07-10Lot of refactorings:Sybren A. Stüvel
2011-06-19Split module into several filesSybren A. Stüvel