summaryrefslogtreecommitdiff
path: root/rsa/common.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typosKian-Meng, Ang2021-11-241-2/+2
* Reformatting with BlackSybren A. Stüvel2021-03-291-5/+4
* Fix exception cause in common.pyRam Rachum2020-06-141-2/+2
* Add more type hintsAndrey Semakin2020-06-031-1/+1
* 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-9/+10
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-2/+0
* Ceiling division implementation (#88)Michael Manganiello2017-04-181-3/+25
* Use iterative zip in Python 2 (#85)Michael Manganiello2017-01-171-0/+2
* No longer require string operations to find bit lengths.Sybren A. Stüvel2016-03-291-37/+4
* Introduced NotRelativePrimeError exception.Sybren A. Stüvel2016-03-291-1/+10
* Added unittest for rsa.common.inverseSybren A. Stüvel2016-03-291-1/+1
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-2/+2
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-33/+36
* 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