[][src]Function pvss::simple::create_shares

pub fn create_shares<I, K>(escrow: &Escrow, pubs: I) -> Vec<EncryptedShare> where
    I: IntoIterator<Item = K>,
    K: Borrow<PublicKey>,