py-ecc8.0.0
py-ecc8.0.0
Published
py-ecc: Elliptic curve crypto in python including secp256k1, alt_bn128, and bls12_381
pip install py-ecc
Package Downloads
Authors
Project URLs
Requires Python
<4,>=3.8
Dependencies
- eth-typing
>=3.0.0
- eth-utils
>=2.0.0
- build
>=0.9.0; extra == "dev"
- bump_my_version
>=0.19.0; extra == "dev"
- ipython
; extra == "dev"
- mypy
==1.10.0; extra == "dev"
- pre-commit
>=3.4.0; extra == "dev"
- tox
>=4.0.0; extra == "dev"
- twine
; extra == "dev"
- wheel
; extra == "dev"
- sphinx
>=6.0.0; extra == "dev"
- sphinx-autobuild
>=2021.3.14; extra == "dev"
- sphinx_rtd_theme
>=1.0.0; extra == "dev"
- towncrier
<25,>=24; extra == "dev"
- pytest
>=7.0.0; extra == "dev"
- pytest-xdist
>=2.4.0; extra == "dev"
- sphinx
>=6.0.0; extra == "docs"
- sphinx-autobuild
>=2021.3.14; extra == "docs"
- sphinx_rtd_theme
>=1.0.0; extra == "docs"
- towncrier
<25,>=24; extra == "docs"
- pytest
>=7.0.0; extra == "test"
- pytest-xdist
>=2.4.0; extra == "test"
py_ecc
Elliptic curve crypto in python including secp256k1, alt_bn128, and bls12_381.
Warning: This library contains some experimental code and has NOT been audited.
Read the documentation.
View the change log.
Installation
python -m pip install py_ecc