Function dkg::tests::musig_key_gen
source ยท pub fn musig_key_gen<R: RngCore + CryptoRng, C: Ciphersuite>(
rng: &mut R,
) -> HashMap<Participant, ThresholdKeys<C>>
Available on crate feature
tests
only.Expand description
Generate MuSig keys for tests.