summaryrefslogtreecommitdiff
path: root/rsa/prime.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplified calculation of GCDMichael Manganiello2016-01-201-3/+3
|
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-16/+16
|
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-2/+2
|
* Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly2011-08-111-3/+3
|
* Added parallel.py module and ability to use multiprocessing when generating keysSybren A. St?vel2011-08-101-3/+21
|
* Added Apache 2 license notice to source filesSybren A. St?vel2011-07-231-0/+16
|
* Slight simplification of is_primeSybren A. St?vel2011-07-231-12/+6
|
* Use new-style integer divisionSybren A. St?vel2011-07-141-1/+1
|
* Removed warningSybren A. St?vel2011-07-101-1/+1
|
* Lot of refactorings:Sybren A. St?vel2011-07-101-6/+24
| | | | | | | | - Added PKCS#1 module - Moved some functionality to common.py - simplified random number generation - improved and extended doctests - added changelog
* Split module into several filesSybren A. St?vel2011-06-191-0/+120