aboutsummaryrefslogtreecommitdiff
path: root/rsa/randnum.py
AgeCommit message (Expand)Author
2020-06-03Drop character encoding markers for Python 2.xAndrey Semakin
2019-08-04Added type annotations + some fixes to get them correctSybren A. Stüvel
2019-08-04Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel
2018-09-16speedupyjqiang
2016-03-17Use specific function for odd integer generationadamantike
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
2011-08-24Reverts docstring quoting syntax.Yesudeep Mangalapilly
2011-08-16Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly
2011-08-11Porting to Python 3 complete. All tests except pyasn1 stuff pass.Yesudeep Mangalapilly
2011-07-24Merged keygen-accurate branch to default branchSybren A. Stüvel
2011-07-24More tweaks to random number generationSybren A. Stüvel
2011-07-23Added Apache 2 license notice to source filesSybren A. Stüvel
2011-07-23Improved random number generationSybren A. Stüvel
2011-07-23Improved random number generationSybren A. Stüvel
2011-07-14Use new-style integer divisionSybren A. Stüvel
2011-07-10Lot of refactorings:Sybren A. Stüvel
2011-06-19Split module into several filesSybren A. Stüvel