Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

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