dfinity-side-projects / dkg

distributed key generation in JS
Mozilla Public License 2.0
51 stars 18 forks source link

Shares are now easily renewable, with a constant secret #6

Closed perfaram closed 6 years ago

perfaram commented 6 years ago

Pretty much the same as dfinity/vss#2. A new round of share generation is run, only with a null secret. The resulting shares are then added to the original ones ; same for the verification vector. After this operation, the secret stays the same, and only the shares change.

wanderer commented 6 years ago

nice! thanks for add to the examples as well