0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
clean up unit test runner: import+call rather than use subprocess.Popen() More... over 15 years ago
don't use tuple unpacking in sigdecode_strings, make life easier for 2to3 More... over 15 years ago
replace all integer "/" division operations with "//" More... over 15 years ago
replace ecdsa.py's use of obsolete 'sha' library with hashlib. More... over 15 years ago
setup.py: use --tags when asking git about the revision, otherwise it fails. More... over 15 years ago
update NEWS for 0.6 release More... over 15 years ago
__init__.py: hush pyflakes warnings in use of __version__ More... almost 16 years ago
fix version-setting code, tolerate lack of git or .git/ (work from sdists) More... almost 16 years ago
ignore generated MANIFEST and dist/ files More... almost 16 years ago
fix all unit tests to exit with rc!=0 on failure, add 'setup.py test' command More... almost 16 years ago
Add Git version-handling code. Generated __version__ now lives in _version.py More... almost 16 years ago
release 0.5, with NEWS, LICENSE, etc. More... almost 16 years ago
mention that our PRNG is for short-term use only More... almost 16 years ago
key-generation cleanups: remove SigningKey.from_seed, hashfunc= More... almost 16 years ago
hush pyflakes More... almost 16 years ago
README: got speed numbers from Crypto++, about 30-40x faster. More... almost 16 years ago
switch to string_to_randrange_trytryagain, add more randrange options, tests More... almost 16 years ago
ellipticcurve.py: add test for INFINITY.double()==INFINITY, update README More... almost 16 years ago
README: module is now named 'ecdsa', not 'pyecdsa' More... almost 16 years ago
ellipticcurve.Point.double: check for INFINITY, suggested by Dcoder. More... almost 16 years ago
remove old oid.txt file More... almost 16 years ago
renamed directory to 'ecdsa', renamed package to 'python-ecdsa', removed 'setup.py test' More... almost 16 years ago
oops, chmod -x der.py More... almost 16 years ago
Built wrapper around raw ecdsa.py code, basic docs, unit tests, setup.py More... almost 16 years ago
snapshot of pure-python ECDSA implementation by Peter Pearson More... almost 16 years ago