This Python package is a performance-focused alternative to ethereum/py_ecc. It binds sigp/milagro_bls(Apache 2.0) rust library.
This library is unaudited. Please don't use it in production.
For other technical details, see FAQ
pip install milagro-bls-binding
See test.py
for example usage.
The releasing is unstable at this moment. In case a desired version for your platfrom can't be found via pip install milagro_bls_binding
, try build it from the source.
It requires nightly
version of rust.
pip install .
pytest test.py