dkg-mirror

Crates.iodkg-mirror
lib.rsdkg-mirror
version0.5.1
sourcesrc
created_at2024-09-14 05:10:55.113881
updated_at2024-09-22 00:43:35.296928
descriptionDistributed 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.
homepage
repositoryhttps://github.com/serai-dex/serai/tree/develop/crypto/dkg
max_upload_size
id1374477
size91,043
sneurlax (sneurlax)

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: 1740

cargo fmt