bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
790 stars 271 forks source link

Marshal/Unmarshal keygen.LocalPartySaveData #83

Closed nkuba closed 4 years ago

nkuba commented 4 years ago

As a user of the library has to store the key generation output keygen.LocalPartySaveData it would be helpful to expose functions to marshal and unmarshal this struct.

What are your thoughts on adding such functions?

notatestuser commented 4 years ago

We have just used a standard json.Marshal(&data) in our code