pub fn keygen<E: Curve>(
eid: ExecutionId<'_>,
i: u16,
n: u16,
) -> KeygenBuilder<'_, E>Expand description
Distributed key generation protocol
Each party of the protocol should have uniquely assigned index $i$ such that $0 \le i < n$ (where $n$ is amount of parties in the protocol).