Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 633 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 633 Bytes

Threshold BLS

Work In Progress

Overview

A fork of https://github.com/celo-org/celo-threshold-bls-rs that was modified as following:

  • Supports only BLS12-381.
  • Solidity, WASM binding and CLI were removed.
  • dkg-core was merged into threshold-bls.

In addition, the DKG protocol was modified to use a simpler complaint phase.

Build Guide

Build with cargo build (--release).

Test with cargo test.

Benchmark with cargo bench.

Disclaimers

This software has not been audited. Use at your own risk.