# BLS threshold signature An implementation of BLS threshold signature # Installation Requirements Create a working directory (e.g., work) and clone the following repositories. ``` mkdir work cd work git clone git://github.com/herumi/xbyak.git git clone git://github.com/herumi/cybozulib.git git clone git://github.com/herumi/mcl.git git clone git://github.com/herumi/bls.git ``` # Build and test To make lib/libbls.a and test, run ``` cd bls make test ``` To make sample programs, run ``` make sample_test ``` # License modified new BSD License http://opensource.org/licenses/BSD-3-Clause # Author MITSUNARI Shigeo(herumi@nifty.com)