summaryrefslogtreecommitdiff
path: root/lib/Crypto/PublicKey/_slowmath.py
Commit message (Expand)AuthorAgeFilesLines
* Increase attempts for recovering RSA (p,q) from (n,e,d)stageWouter Bolsterlee2014-06-231-1/+1
* Add side-channel countermeasures to DSA.Legrandin2014-06-221-3/+4
* Extended fix for the RSA boundary checkLegrandin2014-06-221-1/+1
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-181-3/+5
|\
| * PY3K _fastmath supportThorsten Behrens2010-12-291-2/+2
| * Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-1/+3
* | Factorization of n from d stops after 100 attempts, with test cases.Legrandin2011-02-061-2/+4
* | Keep p<q check while generating an RSA key, but tell people why really we do ...Legrandin2011-01-191-2/+2
* | Allow RSA to be generated with an arbitary public exponent e.Legrandin2011-01-181-6/+44
* | _RSAKey._decrypt() uses Garner's algorithmwhen possible, as _fastmath.c does.Legrandin2011-01-161-1/+9
|/
* _slowmath: Compute RSA u parameter when it's not given to RSA.constructDwayne C. Litzenberger2010-08-261-1/+4
* Crypto.PublicKey: Raise ValueError/TypeError/RuntimeError instead of the vari...Dwayne C. Litzenberger2009-04-251-4/+4
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-011-20/+17
* cleanup: Move modules to "lib/Crypto" subdirectory.Dwayne C. Litzenberger2009-02-281-0/+137