gen_parties

Function gen_parties 

Source
fn gen_parties<K: SignatureKey>() -> impl Iterator<Item = (Keypair, K, NetAddr)>
Expand description

Generate an arbitrary number or network parties.

A party is defined by its X25519 keypair, public signing key and network address.