Skip to content

Commit ccaea38

Browse files
nit
1 parent e16ac4d commit ccaea38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cryptography/src/bls12381/dkg/golden

cryptography/src/bls12381/dkg/golden/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Non-interactive Distributed Key Generation (DKG) and Resharing for BLS12-381.
22
//!
33
//! 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
4+
//! curve. Unlike the interactive [`super::feldman_desmedt`] protocol, this construction requires no
55
//! back-and-forth between dealers and players. Each dealer publishes a single message,
66
//! and any observer can verify correctness and compute the public output without private
77
//! key material.

0 commit comments

Comments
 (0)