Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 252 Bytes

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