dkg

Crates.iodkg
lib.rsdkg
version0.5.1
sourcesrc
created_at2022-10-27 13:09:54.190026
updated_at2023-08-08 22:33:20.179379
descriptionDistributed key generation over ff/group
homepage
repositoryhttps://github.com/serai-dex/serai/tree/develop/crypto/dkg
max_upload_size
id699137
size85,693
Luke Parker (kayabaNerve)

documentation

README

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.

Commit count: 1658

cargo fmt