bnb-chain / tss-lib

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

Paper of threshold EdDSA #171

Open lucky1024 opened 2 years ago

lucky1024 commented 2 years ago

Which paper is the implementation of threshold eddsa based on? Is it 'Provably Secure Distributed Schnorr Signatures and a (t, n) Threshold Scheme for Implicit Certificates'?

yycen commented 2 years ago

The implementation is based on an internal document. It's quite simple, however strictly speaking it's not precisely align to the original EdDSA scheme.