#dkg #multisig #threshold #group #ff

no-std dkg-mirror

Distributed key generation over ff/group. Mirrored by sneurlax from serai for downstream crate-publishing purposes until serai publishes their crates; use the versions from serai in production. This crate will be unpublished/deleted as soon as possible.

2 unstable releases

new 0.5.1 Sep 22, 2024
0.4.0 Sep 14, 2024

#1084 in Cryptography

Download history 180/week @ 2024-09-11 219/week @ 2024-09-18

399 downloads per month
Used in 3 crates (via modular-frost-mirror)

MIT license

260KB
5K SLoC

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.

Dependencies

~3–5.5MB
~106K SLoC