summaryrefslogtreecommitdiff
path: root/ecdsa/ellipticcurve.py
Commit message (Expand)AuthorAgeFilesLines
* remove spurious whitespaceBrian Warner2013-10-011-7/+7
* ellipticcurve.Point.__eq__: update docstrings now that this isn't __cmp__Brian Warner2013-10-011-3/+3
* Initial port for Python 3.Elizabeth Myers2013-10-011-35/+38
* ellipticcurve.py: hush a pyflakes 'unused variable' warningBrian Warner2010-11-291-1/+1
* clean up unit test runner: import+call rather than use subprocess.Popen()Brian Warner2010-11-261-1/+4
* replace all integer "/" division operations with "//"Brian Warner2010-11-261-3/+3
* fix all unit tests to exit with rc!=0 on failure, add 'setup.py test' commandBrian Warner2010-06-051-8/+9
* ellipticcurve.py: add test for INFINITY.double()==INFINITY, update READMEBrian Warner2010-04-181-0/+13
* ellipticcurve.Point.double: check for INFINITY, suggested by Dcoder.Brian Warner2010-04-181-0/+3
* renamed directory to 'ecdsa', renamed package to 'python-ecdsa', removed 'set...Brian Warner2010-04-181-0/+270