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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04151f0 · Apr 14, 2025
Jan 17, 2025
Apr 5, 2024
Dec 4, 2023
Apr 14, 2025
Jan 22, 2025
Jan 21, 2025
May 21, 2024
Nov 22, 2024
Apr 30, 2024
Jan 17, 2025
Nov 22, 2024
Oct 29, 2023
Apr 17, 2024
Nov 22, 2024
Nov 22, 2024
Apr 14, 2025
Apr 14, 2025
Jan 17, 2025

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