algorithm_machines_without_clone

Function algorithm_machines_without_clone 

Source
pub fn algorithm_machines_without_clone<R: RngCore, C: Curve, A: Algorithm<C>>(
    rng: &mut R,
    keys: &HashMap<Participant, ThresholdKeys<C>>,
    machines: HashMap<Participant, AlgorithmMachine<C, A>>,
) -> HashMap<Participant, AlgorithmMachine<C, A>>
Available on crate feature tests only.
Expand description

Spawn algorithm machines for a random selection of signers, each executing the given algorithm.