You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we were to integrate new threshold protocols (Threshold Schnorr DKG), is our system in a good place to extend these abstractions? How would we do so? What challenges might we face?
Checklist
Investigate the questions above
Identify if the architecture needs updating to support re-using as many primitives as possible (re-use the worker, signing manager, etc.)
Examples
Integrating t-Schnorr / t-BLS that generate different signatures, what would an integration path look like?
Integrating t-encryption DKG that generate encryptions instead of signatures, what would an integration path look like? Would the job scheduling system be useful here?
The text was updated successfully, but these errors were encountered:
Overview
If we were to integrate new threshold protocols (Threshold Schnorr DKG), is our system in a good place to extend these abstractions? How would we do so? What challenges might we face?
Checklist
Examples
The text was updated successfully, but these errors were encountered: