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

Remove id traits #47

Closed maqi closed 3 years ago

maqi commented 3 years ago

This PR contains the work to remove id traits and using XorName as the participants keys.

Close https://github.com/maidsafe/bls_dkg/issues/33