Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 581 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 581 Bytes

Aggregatable DKG and VUF

WARNING: this code should not be used in production!

Implementation of Aggregatable Distributed Key Generation, a distributed key generation (DKG) protocol with aggregatable and publicly verifiable transcripts and a new efficient verifiable unpredictable function (VUF) that can be securely combined with it.

Installation

Install a recent stable Rust toolchain using rustup.

Testing

Run cargo test to test both simple signing and aggregation.

Benchmarks

Run cargo bench.