Crates.io | sn_sdkg |
lib.rs | sn_sdkg |
version | 3.1.4 |
source | src |
created_at | 2022-07-26 12:04:22.822099 |
updated_at | 2023-03-22 15:12:20.55279 |
description | Safe Network Synchronous Distributed Key Generation: enables dealerless section key generation |
homepage | https://maidsafe.net |
repository | https://github.com/maidsafe/sn_sdkg |
max_upload_size | |
id | 633143 |
size | 126,304 |
Synchronous Distributed Key Generation
MaidSafe website | Safe Network Forum |
---|
This Safe Network SDKG module enables sections to create a Section Key without a trusted dealer. It is based on the Audited code from poanetwork's hbbft.
bls public key
Part
and share it with the othersPart
and share their Ack
over each Part
AllAcks
signed, and check that all the others have the same setWe differ from poanetwork's original implementation in that we require total participation: in the Part validation process, we require an Ack from everyone instead of just a threshold amount.