Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 461 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 461 Bytes

electrum-ecc

Latest PyPI package

This package provides a pure python interface to libsecp256k1.

Unlike Coincurve, it uses ctypes, and has no dependency.

Tests

$ python3 -m unittest discover -s tests -t .

Or

$ pytest -v

Maintainer notes

To build sdist for PyPI:

$ ./contrib/release.sh