serai/crypto/dkg
Luke Parker af5702fccd
Make encryption public
It's necessary in order to read encryption messages over the network.
2023-03-07 03:37:30 -05:00
..
src Make encryption public 2023-03-07 03:37:30 -05:00
Cargo.toml Add feature-gated serde support for Participant/ThresholdParams 2023-03-07 03:13:55 -05:00
LICENSE Create a dedicated crate for the DKG (#141) 2022-10-29 03:54:42 -05:00
README.md Create a dedicated crate for the DKG (#141) 2022-10-29 03:54:42 -05:00

Distributed Key Generation

A collection of implementations of various distributed key generation protocols.

All included protocols resolve into the provided Threshold types, intended to enable their modularity.

Additional utilities around them, such as promotion from one generator to another, are also provided.

Currently included is the two-round protocol from the FROST paper.