frost-dkg

Crates.iofrost-dkg
lib.rsfrost-dkg
version
sourcesrc
created_at2025-01-08 16:11:25.301675+00
updated_at2025-03-17 16:24:32.258998+00
descriptionAn implementation for the Frost Distributed Key Generation protocol
homepagehttps://crates.io/crates/frost-dkg
repositoryhttps://github.com/mikelodder7/frost-dkg
max_upload_size
id1508749
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`
size0
Michael Lodder (mikelodder7)

documentation

https://docs.rs/frost-dkg

README

Frost-DKG

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.

Security Notes

The implementation contained in this crate has never been independently audited!

USE AT YOUR OWN RISK!

Minimum Supported Rust Version

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.

License

Licensed under

Contribution

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.

Commit count: 3

cargo fmt