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
Hi @khaq ,
ideally we want to avoid reconstructing the key, because it misses the point of running threshold (distributed) signing.
It can be useful for recovery. I suggest you look in gotham-city where we describe theory and implement such recovery.
In the general threshold case we don't have such example (but intuitively it should work the same way)
@omershlo In thresholdsig, I know the lefthalf of sha512(private key) can be reconstructed from shared keys. But, this is not a Ed25519 private key, can not be used in other Ed25519 library directly.
Is it possible to reconstruct the standard Ed25519 private key?
Is there any example to reconstruct private key from each private keys or share keys?
The text was updated successfully, but these errors were encountered: