bnb-chain / tss-lib

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

how to get signature for data v? #181

Open kolvin2016 opened 2 years ago

kolvin2016 commented 2 years ago

after signature only can get R and S, how to get V data?

typestring commented 2 years ago

In the common.SignatureData struct, V is in the SignatureRecovery field.