openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
python-ecdsa
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Mar 25, 2025 — Mar 25, 2026
Showing page 25 of 25
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
clean up unit test runner: import+call rather than use subprocess.Popen()
Brian Warner
More...
over 15 years ago
don't use tuple unpacking in sigdecode_strings, make life easier for 2to3
Brian Warner
More...
over 15 years ago
replace all integer "/" division operations with "//"
Brian Warner
More...
over 15 years ago
replace ecdsa.py's use of obsolete 'sha' library with hashlib.
Brian Warner
More...
over 15 years ago
setup.py: use --tags when asking git about the revision, otherwise it fails.
Brian Warner
More...
over 15 years ago
update NEWS for 0.6 release
Brian Warner
More...
over 15 years ago
__init__.py: hush pyflakes warnings in use of __version__
Brian Warner
More...
almost 16 years ago
fix version-setting code, tolerate lack of git or .git/ (work from sdists)
Brian Warner
More...
almost 16 years ago
ignore generated MANIFEST and dist/ files
Brian Warner
More...
almost 16 years ago
fix all unit tests to exit with rc!=0 on failure, add 'setup.py test' command
Brian Warner
More...
almost 16 years ago
Add Git version-handling code. Generated __version__ now lives in _version.py
Brian Warner
More...
almost 16 years ago
release 0.5, with NEWS, LICENSE, etc.
Brian Warner
More...
almost 16 years ago
mention that our PRNG is for short-term use only
Brian Warner
More...
almost 16 years ago
key-generation cleanups: remove SigningKey.from_seed, hashfunc=
Brian Warner
More...
almost 16 years ago
hush pyflakes
Brian Warner
More...
almost 16 years ago
README: got speed numbers from Crypto++, about 30-40x faster.
Brian Warner
More...
almost 16 years ago
switch to string_to_randrange_trytryagain, add more randrange options, tests
Brian Warner
More...
almost 16 years ago
ellipticcurve.py: add test for INFINITY.double()==INFINITY, update README
Brian Warner
More...
almost 16 years ago
README: module is now named 'ecdsa', not 'pyecdsa'
Brian Warner
More...
almost 16 years ago
ellipticcurve.Point.double: check for INFINITY, suggested by Dcoder.
Brian Warner
More...
almost 16 years ago
remove old oid.txt file
Brian Warner
More...
almost 16 years ago
renamed directory to 'ecdsa', renamed package to 'python-ecdsa', removed 'setup.py test'
Brian Warner
More...
almost 16 years ago
oops, chmod -x der.py
Brian Warner
More...
almost 16 years ago
Built wrapper around raw ecdsa.py code, basic docs, unit tests, setup.py
Brian Warner
More...
almost 16 years ago
snapshot of pure-python ECDSA implementation by Peter Pearson
Brian Warner
More...
almost 16 years ago
←
1
2
…
17
18
19
20
21
22
23
24
25
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree