Skip to content

Commit 8a772b0

Browse files
push
1 parent 7d05fb9 commit 8a772b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/bridge/src/bin/dealer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use clap::{value_parser, Arg, Command};
22
use commonware_codec::Encode;
33
use commonware_cryptography::{
4-
bls12381::{dkg::deal_anonymous, primitives::variant::MinSig},
4+
bls12381::{dkg::feldman_desmedt::deal_anonymous, primitives::variant::MinSig},
55
ed25519, Signer as _,
66
};
77
use commonware_formatting::hex;

0 commit comments

Comments
 (0)