Skip to content

Commit e16ac4d

Browse files
nits
1 parent 5024d23 commit e16ac4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • cryptography/src/bls12381/dkg

cryptography/src/bls12381/dkg/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//!
33
//! This module provides two constructions:
44
//!
5-
//! - [`feldman_desmedt`]: a two-round protocol with direct dealer-player messages,
6-
//! - [`golden`]: a one-round protocol using encryption and zero-knowledge proofs.
5+
//! - [`feldman_desmedt`]: a synchronous, two-round protocol with direct dealer-player messages,
6+
//! - [`golden`]: an asynchronous, one-round protocol using encryption and zero-knowledge proofs.
77
//!
88
//! [`feldman_desmedt`] is simpler and cheaper, but relies on synchrony to bound
99
//! revealed shares. [`golden`] removes that assumption at higher computational cost.

0 commit comments

Comments
 (0)