serai/crypto/dkg
Luke Parker c6284b85a4
3.6.8 Simplify offset splitting
This wasn't done prior to be 'leaderless', as now the participant with the
lowest ID has an extra step, yet this is still trivial. There's also notable
performance benefits to not taking the previous dividing approach, which
performed an exp.
2023-03-01 01:06:13 -05:00
..
src 3.6.8 Simplify offset splitting 2023-03-01 01:06:13 -05:00
Cargo.toml Re-organize testing strategy and document Ciphersuite::hash_to_F. 2022-12-24 17:08:22 -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.