Expand description
Exports a threshold key to a singleton one by consolidating all shares of other nodes.
Enums§
- KeyExport
Error - Distributed key generation errors
Constants§
- KEYSHARE_
EXPORT_ TAG - Tag of an enrypted keyshare message
Functions§
- combine_
shares - Helper method to combine the secret shares into the private key You can use all the shares or the threshold number of shares to combine the private key
- decrypt_
share - Decrypt share encrypted by
export_keyshare()
- export_
keyshare - Export keyshare.
- message_
receivers - Generate message receiver map.
- receive_
keyshares - Receive exported key shares, combine them and calculate private key.