summaryrefslogtreecommitdiff
path: root/rsa/parallel.py
Commit message (Expand)AuthorAgeFilesLines
* Reformatting with BlackSybren A. Stüvel2021-03-291-7/+6
* Add more type hintsAndrey Semakin2020-06-031-1/+2
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-031-2/+0
* Added type annotations + some fixes to get them correctSybren A. Stüvel2019-08-041-2/+2
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-3/+0
* speedupyjqiang2018-09-161-1/+1
* xrange compatibility optimization for Python 2 (#69)Michael Manganiello2016-05-081-0/+1
* Remove list comprehension used for method executionadamantike2016-03-171-2/+6
* Use specific function for odd integer generationadamantike2016-03-171-4/+1
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-1/+1
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-11/+12
* Fix #27: Close Pipes at parallel version of genprime.Sybren A. Stüvel2016-01-221-5/+9
* Fixed some more Py32 incompatibilitiesversion-3.1.1Sybren A. Stüvel2012-06-181-3/+5
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-4/+4
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-2/+2
* Added parallel.py module and ability to use multiprocessing when generating keysSybren A. Stüvel2011-08-101-0/+92