bnb-chain / tss-lib

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

signing message in each peer #212

Closed Aseyed closed 2 years ago

Aseyed commented 2 years ago

I wan to sign a message with a peer and then verify that in others, Xi is not the secret of peer. Am I right? How can I get the secret related to public key in the "BigXj" list? Can you give me a sample code?

oday0311 commented 2 years ago

verify only need public key and signature. Xi is share of Ui, Ui is part of the final secret.