RandomAuthenticatedForNPeersWith

Trait RandomAuthenticatedForNPeersWith 

Source
pub trait RandomAuthenticatedForNPeersWith<F: FieldExtension, T: Clone>: RandomWith<(T, Vec<Vec<GlobalFieldKey<F>>>)> {
    // Provided method
    fn random_authenticated_for_n_peers_with<Container: FromIterator<Self>>(
        rng: impl CryptoRngCore,
        n_parties: usize,
        value: T,
        all_alphas: Vec<Vec<GlobalFieldKey<F>>>,
    ) -> Container { ... }
}

Provided Methods§

Source

fn random_authenticated_for_n_peers_with<Container: FromIterator<Self>>( rng: impl CryptoRngCore, n_parties: usize, value: T, all_alphas: Vec<Vec<GlobalFieldKey<F>>>, ) -> Container

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§