summaryrefslogtreecommitdiff
path: root/lib/Crypto/Util/number.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into py3kDwayne C. Litzenberger2011-10-101-1/+6
|\
| * autoconf: only use side-channel secured mpz_powm_sec if it's available (libgm...Dwayne C. Litzenberger2011-10-101-1/+6
* | PY3K _fastmath supportThorsten Behrens2010-12-291-3/+20
* | PY3K support for _fastmath.c; removed floordiv(a,b) hack and replaced with di...Thorsten Behrens2010-12-291-7/+2
* | Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-11/+18
|/
* Fix NameError: 'GetRandomNumber_DeprecationWarning' is not definedJanne Snabb2010-08-261-0/+1
* getRandomNumber API compatibility:Dwayne C. Litzenberger2010-08-021-9/+14
* Fix backward compatibility with PyCrypto 2.1 through 2.5:Dwayne C. Litzenberger2010-06-101-9/+10
* getStrongPrime() implementationLorenz Quack2010-06-101-52/+1227
* Fix PyCrypto when floor division (python -Qnew) is enabledDwayne C. Litzenberger2010-05-291-2/+2
* number.py: Update the legal noticeDwayne C. Litzenberger2009-08-031-5/+19
* Clarify documentation for Crypto.Util.number.getRandomNumber()Dwayne C. Litzenberger2009-03-131-1/+7
* cleanup: Move modules to "lib/Crypto" subdirectory.Dwayne C. Litzenberger2009-02-281-0/+230