mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-30 22:46:06 +00:00
c6284b85a4
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.