You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/bridge/src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@
46
46
//!
47
47
//! ## Generate Shared Secrets
48
48
//!
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]_
50
50
//!
51
51
//! We assign shares to validators based on their order in the sorted list of participants (by public key).
52
52
//! The assignments seen below are just the indices used to derive the shares and as such do not necessarily
0 commit comments