maidsafe / bls_dkg

Implementation of a BLS DKG mechanism, requires signing key, encryption key and SocketAddr of participants
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

edge case: DKG with only one participant should complete immediatelly #55

Open madadam opened 3 years ago

madadam commented 3 years ago

Currently it doesn't seem to complete at all. Alternatively, it should return an error in that case.