key_gen

Function key_gen 

Source
pub fn key_gen<R: RngCore + CryptoRng, C: Ciphersuite>(
    rng: &mut R,
) -> HashMap<Participant, ThresholdKeys<C>>
Available on crate feature tests only.
Expand description

Create a key, for testing purposes.