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.
Install a recent stable Rust toolchain using rustup.
Run cargo test
to test both simple signing and aggregation.
Run cargo bench
.