Function frost_schnorrkel::frost::tests::algorithm_machines

source ยท
pub fn algorithm_machines<R, C, A>(
    rng: &mut R,
    algorithm: &A,
    keys: &HashMap<Participant, ThresholdKeys<C>>,
) -> HashMap<Participant, AlgorithmMachine<C, A>>
where R: RngCore, C: Curve, A: Algorithm<C>,
Available on crate feature tests only.
Expand description

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