Registry / crypto / bls-dkg

bls-dkg

JSON →
library0.10.5rscratesunverified

Implementation of a Distributed Key Generation (DKG) protocol using BLS signatures.

# Cargo.toml [dependencies] bls_dkg = "0.10.5"
INSTALL
IMPORT
SIG · BLS-DKG
B
bls-dkg
cryptorustv0.10.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DKG
use bls_dkg::DKG;

Initialize a new DKG instance.

use bls_dkg::DKG; fn main() { // Example usage let _dkg = DKG::new(); }
Debug
Known issues
gotchaRequires the `bls` feature flag for BLS functionality.
fix
Add `features = ["bls"]` to your Cargo.toml dependency.
affects: >=0.10.0
Upgrade
Version history
0.10.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
bls-dkg — cargo add bls-dkg · libregistry