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.
fn gen_parties<K: SignatureKey>() -> impl Iterator<Item = (Keypair, K, NetAddr)>Generate an arbitrary number or network parties.
A party is defined by its X25519 keypair, public signing key and network address.