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

feat: using XorName as participants key #49

Closed maqi closed 3 years ago

maqi commented 3 years ago

BREAKING CHANGE: the commit before changed API to use XorName as participants indexing key, instead of generic type with traits. This commit is just to trigger a major version update.