Files
serai/crypto/dkg/dealer
Luke Parker 12cfa6b2a5 Differentiate no-std from alloc within tests/no-std
Fixes `no-std` builds for packages which intended to be `no-std` (without
`alloc`).

Updates a variety of MSRVs to 1.73 due to `flexible-transcript` no longer using
`std-shims` to achieve 1.66 (as `std-shims` requires `alloc`). A future
improvement would be for `std-shims` to have an `alloc` feature and only
provide MSRV shims without it.
2025-08-29 01:23:18 -04:00
..
2025-08-18 14:52:29 -04:00
2025-08-18 14:52:29 -04:00
2025-08-18 14:52:29 -04:00

Distributed Key Generation - Dealer

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.