py-ecc 8.0.0


pip install py-ecc

  Latest version

Released: Apr 14, 2025

Project Links

Meta
Author: The Ethereum Foundation
Requires Python: >=3.8, <4

Classifiers

Development Status
  • 3 - Alpha

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Natural Language
  • English

Programming Language
  • Python :: 3
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

py_ecc

Join the conversation on Discord Build Status PyPI version Python versions

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

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
eth-typing (>=3.0.0)
eth-utils (>=2.0.0)