Crates.io | dkg-mirror |
lib.rs | dkg-mirror |
version | 0.5.1 |
source | src |
created_at | 2024-09-14 05:10:55.113881 |
updated_at | 2024-09-22 00:43:35.296928 |
description | 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. |
homepage | |
repository | https://github.com/serai-dex/serai/tree/develop/crypto/dkg |
max_upload_size | |
id | 1374477 |
size | 91,043 |
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.