Skip to content

python library for libsecp256k1, using ctypes

License

Notifications You must be signed in to change notification settings

spesmilo/electrum-ecc

Repository files navigation

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

About

python library for libsecp256k1, using ctypes

Resources

License

Stars

Watchers

Forks

Packages

No packages published