summaryrefslogtreecommitdiff
path: root/ecdsa
Commit message (Expand)AuthorAgeFilesLines
* Implementation of RFC 6979: Deterministic Usage of ECDSAslush2013-09-103-3/+213
* secp256k1 data: tweak formatting for consistencyBrian Warner2012-10-252-5/+6
* add secp256k1, curve used by bitcoin, from http://www.secg.org/collateral/sec...Benjamin Dauvergne2012-08-242-2/+15
* accept default hashfunc in Key constructor, so wrappers are easier to buildBrian Warner2011-10-042-17/+40
* throw error on incorrect bare SigningKey() constructorBrian Warner2010-12-012-2/+15
* ellipticcurve.py: hush a pyflakes 'unused variable' warningBrian Warner2010-11-291-1/+1
* fix OpenSSL-1.0.0 interop-test compatibilityBrian Warner2010-11-281-14/+34
* clean up unit test runner: import+call rather than use subprocess.Popen()Brian Warner2010-11-264-5/+15
* don't use tuple unpacking in sigdecode_strings, make life easier for 2to3Brian Warner2010-11-261-1/+2
* replace all integer "/" division operations with "//"Brian Warner2010-11-264-16/+16
* replace ecdsa.py's use of obsolete 'sha' library with hashlib.Brian Warner2010-11-261-2/+2
* __init__.py: hush pyflakes warnings in use of __version__Brian Warner2010-06-051-2/+4
* fix all unit tests to exit with rc!=0 on failure, add 'setup.py test' commandBrian Warner2010-06-054-20/+26
* Add Git version-handling code. Generated __version__ now lives in _version.pyBrian Warner2010-06-051-0/+5
* release 0.5, with NEWS, LICENSE, etc.python-ecdsa-0.5Brian Warner2010-04-271-0/+2
* mention that our PRNG is for short-term use onlyBrian Warner2010-04-251-1/+4
* key-generation cleanups: remove SigningKey.from_seed, hashfunc=Brian Warner2010-04-254-126/+193
* hush pyflakesBrian Warner2010-04-211-1/+2
* switch to string_to_randrange_trytryagain, add more randrange options, testsBrian Warner2010-04-183-28/+100
* 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-189-0/+2423