bnb-chain / tss-lib

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

Protocol update according to CGGMP 21 paper #144

Closed yycen closed 2 years ago

yycen commented 3 years ago

We need a round efficient ecdsa signing protocol frendly to offline signing. This PR implement the 3-round presign vervion of the CGGMP21 paper. Here we guess the identification is not that important. The code reference the code from taurusgroup and froyobin.