Crates.io | gennaro-dkg |
lib.rs | gennaro-dkg |
version | 1.0.0-rc1 |
source | src |
created_at | 2023-01-05 21:36:47.471614 |
updated_at | 2024-10-18 17:57:56.622504 |
description | The Gennaro Distributed Key Generation Algorithm |
homepage | https://github.com/mikelodder7/gennaro-dkg |
repository | https://github.com/mikelodder7/gennaro-dkg |
max_upload_size | |
id | 751831 |
size | 863,316 |
The Gennaro Distributed Key Generation Algorithm as described here
This implementation also mitigates the Rogue Key Attack.
This crate has received one security audit from Kudelski Security with no significant findings. The audit report can be found here. We'd like to thank LIT Protocol for sponsoring this audit.
The protocol provided in this crate provides the following
Malformed messages are not allowed and result in bad participants. Non-responsive participants are out of scope for this crate since this includes timeouts and retries which could be for a number of reasons: network latency, system crashes, etc. This is left to consumers as is handling the creation a secure channel to send data.
Essentially communication channels are deliberately not part of this crate. The sending and receiving of messages needs to be handled by the consumer of this crate. This allows the protocol to be used in both sync and async environments.
A good description of methods to do this can be found here.
In a nut-shell:
Licensed under either of
at your option.
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.