bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
778 stars 265 forks source link

Generate shares from private key #183

Open typestring opened 2 years ago

typestring commented 2 years ago

Is it possible to split an existing private key into tss shares?

yycen commented 2 years ago

Ah so if someone have a private key, he could act like a central dealer to split the key into shares. The process is not direct available in tss-lib, but it's quite like the set u_i into your given key value, and other parties has 0, the remaining process is the same(create shamir shares based on u_i, generate preparameters, etc)

oday0311 commented 1 year ago

good solution.~