1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# py_ecc
[](https://discord.gg/GHryRvPB84)
[](https://circleci.com/gh/ethereum/py_ecc)
[](https://badge.fury.io/py/py-ecc)
[](https://pypi.python.org/pypi/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](https://py-ecc.readthedocs.io/).
View the [change log](https://py-ecc.readthedocs.io/en/latest/release_notes.html).
## Installation
```sh
python -m pip install py_ecc
```
|