avahowell / aggregatable-dkg

Aggregatable Distributed Key Generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Aggregatable Distributed Key Generation

License:Apache License 2.0


Languages

Language:Rust 100.0%