bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
759 stars 261 forks source link

Support the derivation of EDDSA child keys #299

Open felicityin opened 3 weeks ago

felicityin commented 3 weeks ago

Support the derivation of EDDSA child keys.

felicityin commented 3 weeks ago

@malingzhao You need to adjust the public keys like ecdsa does: https://github.com/bnb-chain/tss-lib/blob/master/ecdsa/signing/local_party_test.go#L249

You also need to adjust the private key like ecdsa does: https://github.com/bnb-chain/tss-lib/blob/master/ecdsa/signing/round_1.go#L129

malingzhao commented 3 weeks ago

now is ok, thank you