unboundsecurity / blockchain-crypto-mpc

Protecting cryptographic signing keys and seed secrets with Multi-Party Computation.
GNU General Public License v3.0
454 stars 167 forks source link

serialize and deserialized of the context #14

Closed Eleven-Z closed 3 years ago

Eleven-Z commented 4 years ago

I tried to serialize the context to a file, and the share obtained by the deserialized context could not execute the toBuf function. A memory error will be reported as soon as it is executed.

Philamericus commented 4 years ago

Can you add a code snippet of what you tried to do?