Function dkg::tests::pedpop::pedpop_gen

source ยท
pub fn pedpop_gen<R: RngCore + CryptoRng, C: Ciphersuite>(
    rng: &mut R,
) -> HashMap<Participant, ThresholdCore<C>>
Available on crate feature tests only.
Expand description

Fully perform the PedPoP key generation algorithm.