Welcome to BLS’s documentation!

https://img.shields.io/badge/license-BSD-brightgreen.svg https://travis-ci.org/asonnino/bls.svg?branch=master Documentation Status

A simple Python implementation of threshold BLS signatures.

A link to the full paper is available here.

Pre-requisites

This implementation is built on top of petlib , make sure to follow these instructions to install all the pre-requisites.

Install

If you have pip installed, you can install Coconut with the following command:

pip install bls-lib

otherwise, you can build it manually as below:

git clone https://github.com/asonnino/bls
cd bls
pip install -e .

Test

Tests can be run as follows:

pytest -v --cov=bls tests/

or simply using tox:

tox

BLS Modules

Indices and tables