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

Support BLS keys with a single owner #78

Closed davidrusu closed 3 years ago

davidrusu commented 3 years ago

Currently we can't get past the initialization stage if you set a threshold of 0 or 1 since we don't check thresholds on the first message.