We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5024d23 commit e16ac4dCopy full SHA for e16ac4d
1 file changed
cryptography/src/bls12381/dkg/mod.rs
@@ -2,8 +2,8 @@
2
//!
3
//! This module provides two constructions:
4
5
-//! - [`feldman_desmedt`]: a two-round protocol with direct dealer-player messages,
6
-//! - [`golden`]: a one-round protocol using encryption and zero-knowledge proofs.
+//! - [`feldman_desmedt`]: a synchronous, two-round protocol with direct dealer-player messages,
+//! - [`golden`]: an asynchronous, one-round protocol using encryption and zero-knowledge proofs.
7
8
//! [`feldman_desmedt`] is simpler and cheaper, but relies on synchrony to bound
9
//! revealed shares. [`golden`] removes that assumption at higher computational cost.
0 commit comments