milagro-bls-binding

BLS12-381 Milagro Rust Binding for Python


License
MIT
Install
pip install milagro-bls-binding==1.9.0

Documentation

BLS12-381 Milagro Rust Binding for Python

Python package PyPI version

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

Get Started

pip install milagro-bls-binding

See test.py for example usage.

Build

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 .

Test

pytest test.py