We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d05fb9 commit 8a772b0Copy full SHA for 8a772b0
1 file changed
examples/bridge/src/bin/dealer.rs
@@ -1,7 +1,7 @@
1
use clap::{value_parser, Arg, Command};
2
use commonware_codec::Encode;
3
use commonware_cryptography::{
4
- bls12381::{dkg::deal_anonymous, primitives::variant::MinSig},
+ bls12381::{dkg::feldman_desmedt::deal_anonymous, primitives::variant::MinSig},
5
ed25519, Signer as _,
6
};
7
use commonware_formatting::hex;
0 commit comments