Crates.io | dkg-dealer |
lib.rs | dkg-dealer |
version | 0.6.0 |
created_at | 2025-08-18 08:59:04.119144+00 |
updated_at | 2025-08-18 08:59:04.119144+00 |
description | Produce dkg::ThresholdKeys with a dealer key generation |
homepage | |
repository | https://github.com/serai-dex/serai/tree/develop/crypto/dkg/dealer |
max_upload_size | |
id | 1800119 |
size | 20,465 |
This crate implements a dealer key generation protocol for the
dkg
crate's types. This provides a single point of
failure when the key is being generated and is NOT recommended for use outside
of tests.
This crate was originally part of (in some form) the dkg
crate, which was
audited by Cypher Stack in March 2023, culminating in commit 669d2dbffc1dafb82a09d9419ea182667115df06. Any subsequent changes have not undergone auditing.