Skip to content

Python implementation of ECC pairing and bn_128 and bls12_381 curve operations

License

Notifications You must be signed in to change notification settings

ethereum/py_ecc

Repository files navigation

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