/blgc

A simple C implementation of BLS + DKG

Primary LanguageCGNU General Public License v3.0GPL-3.0

blgc

This is a simple C implementation of BLS + DKG using blst.

Building & Testing

$ git clone https://github.com/johnoliverdriscoll/blgc
$ cd blgc
$ git submodule update --init
$ make test