We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16ac4d commit ccaea38Copy full SHA for ccaea38
1 file changed
cryptography/src/bls12381/dkg/golden/mod.rs
@@ -1,7 +1,7 @@
1
//! Non-interactive Distributed Key Generation (DKG) and Resharing for BLS12-381.
2
//!
3
//! This module implements a non-interactive DKG and Resharing protocol for the BLS12-381
4
-//! curve. Unlike the [`super::feldman_desmedt`] protocol, this construction requires no
+//! curve. Unlike the interactive [`super::feldman_desmedt`] protocol, this construction requires no
5
//! back-and-forth between dealers and players. Each dealer publishes a single message,
6
//! and any observer can verify correctness and compute the public output without private
7
//! key material.
0 commit comments