https://github.com/ethereum/py_pairing
This archived repository lacks recent updates. Developers seeking an actively maintained alternative should consider ethereum/py_ecc
https://github.com/ethereum/py_pairing
Last synced: 4 months ago
JSON representation
This archived repository lacks recent updates. Developers seeking an actively maintained alternative should consider ethereum/py_ecc
- Host: GitHub
- URL: https://github.com/ethereum/py_pairing
- Owner: ethereum
- License: mit
- Archived: true
- Created: 2017-06-20T06:25:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T17:11:30.000Z (6 months ago)
- Last Synced: 2025-01-01T06:41:41.369Z (5 months ago)
- Language: Python
- Homepage: https://github.com/ethereum/py_ecc
- Size: 17.6 KB
- Stars: 110
- Watchers: 6
- Forks: 32
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Archived Repository
This repository implements optimal ate pairings over the bn_128 curve, but lacks recent updates. Developers seeking a more actively maintained alternative might consider [ethereum/py_ecc](https://github.com/ethereum/py_ecc), which offers similar functionalities with ongoing support.
Related Resources:
- [ethereum/py_ecc](https://github.com/ethereum/py_ecc): A Python library for elliptic curve cryptography, including bn_128 and bls12_381 curve operations.
- [Ethereum for Python Developers](https://ethereum.org/en/developers/docs/programming-languages/python/): Comprehensive documentation and resources for Python developers in the Ethereum ecosystem.