serai/crypto/dkg
2024-07-18 16:41:31 -04:00
..
src Rename DKG specified in FROST from FROST to PedPoP 2024-07-18 16:41:31 -04:00
Cargo.toml Rust 1.79, cargo update 2024-06-13 15:57:08 -04:00
LICENSE Update licenses 2023-01-11 23:05:31 -05:00
README.md Fully document crypto/ 2023-03-20 20:10:00 -04: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 these types, such as promotion from one generator to another, are also provided.

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

This library was audited by Cypher Stack in March 2023, culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06. Any subsequent changes have not undergone auditing.