summaryrefslogtreecommitdiff
path: root/rsa/common.py
Commit message (Expand)AuthorAgeFilesLines
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-13/+13
* Adds the doctests for bit_size back into the function docstrings.Yesudeep Mangalapilly2011-08-241-0/+23
* Fixes a silly error.Yesudeep Mangalapilly2011-08-171-6/+6
* Moves incompatible doctests to unit test modules.Yesudeep Mangalapilly2011-08-161-15/+2
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-32/+11
* Adds a much faster bit_size implementation causing an overall speed up.Yesudeep Mangalapilly2011-08-121-1/+43
* Re-implements byte_size using divmod avoiding floating-point calculations.Yesudeep Mangalapilly2011-08-111-2/+7
* Added basic Chinese Remainder theorem implementation, not yet used.Sybren A. St?vel2011-08-101-0/+74
* Merged keygen-accurate branch to default branchSybren A. St?vel2011-07-241-0/+17
|\
| * Added Apache 2 license notice to source filesSybren A. St?vel2011-07-231-0/+17
* | Better calculation of bit sizeSybren A. St?vel2011-07-241-2/+29
|/
* Lot of refactorings:Sybren A. St?vel2011-07-101-0/+13
* Fixed/added doctestsSybren A. St?vel2011-06-201-2/+11
* More separation of the codeSybren A. St?vel2011-06-201-0/+9