Crates.io | frost-dkg |
lib.rs | frost-dkg |
version | |
source | src |
created_at | 2025-01-08 16:11:25.301675+00 |
updated_at | 2025-03-17 16:24:32.258998+00 |
description | An implementation for the Frost Distributed Key Generation protocol |
homepage | https://crates.io/crates/frost-dkg |
repository | https://github.com/mikelodder7/frost-dkg |
max_upload_size | |
id | 1508749 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
The Frost Distributed Key Generation Algorithm as described here.
This protocol is a variant of PedersenVSS that also requires participants to prove their secret with a schnorr proof to mitigate rogue-key attacks.
The implementation contained in this crate has never been independently audited!
USE AT YOUR OWN RISK!
This crate requires Rust 1.82 at a minimum.
We may change the MSRV in the future, but it will be accompanied by a minor version bump.
Licensed under
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.