Skip to content

Commit 5024d23

Browse files
nits
1 parent 5203987 commit 5024d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/bridge/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//!
4747
//! ## Generate Shared Secrets
4848
//!
49-
//! _A production-grade implementation should use a DKG (and Resharing during reconfiguration). For example, you could use [commonware_cryptography::bls12381::dkg::feldman_desmedt]_
49+
//! _A production-grade implementation should use a DKG (and Resharing during reconfiguration). For example, you could use [commonware_cryptography::bls12381::dkg]_
5050
//!
5151
//! We assign shares to validators based on their order in the sorted list of participants (by public key).
5252
//! The assignments seen below are just the indices used to derive the shares and as such do not necessarily

0 commit comments

Comments
 (0)