summaryrefslogtreecommitdiff
path: root/lib/Crypto/PublicKey/DSA.py
Commit message (Expand)AuthorAgeFilesLines
* Add side-channel countermeasures to DSA.Legrandin2014-06-221-2/+3
* Remove a few custom exception types.Legrandin2014-06-221-5/+5
* Add support for import/export of DSA keysLegrandin2013-07-141-7/+310
* Domain parameters for ElGamal and DSA can be freely shared. The message M to ...Legrandin2012-04-261-9/+13
* Refreshed documentation for ElGamal. Small corrections to DSA and RSA.Legrandin2012-04-181-10/+17
* Refreshed documentation for DSA. Minor fixes in RSA documentation.Legrandin2012-04-121-5/+181
* Refreshed documentation for RSA. epydoc does not generate documentation for p...Legrandin2012-04-101-1/+1
* PY3K _fastmath supportThorsten Behrens2010-12-291-1/+1
* Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-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/+192