unboundsecurity / blockchain-crypto-mpc

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

Is it possible to use or modify the code to sign two different messages simultaneously? #19

Closed srw closed 2 years ago

srw commented 2 years ago

I understand two parties can sign a message m1 and then a message m2. Is it possible to sign m1 and m2 simultaneously?

Philamericus commented 2 years ago

Hi. Technically, it is possible to do what you are asking, but it would require an update to the code. Since this project is not being supported anymore I can't ask our devs to update it.