boltlabs-inc / tss-ecdsa

An implementation of a threshold ECDSA signature scheme
Other
11 stars 5 forks source link

HD wallet support (compatible with BIP32 or SLIP10) #536

Open jakinyele opened 1 month ago

jakinyele commented 1 month ago

Hierarchical Deterministic (HD) wallets provide a structured and secure way to generate a tree of cryptographic keys from a single seed. Extending this technique to threshold-ecdsa enhances both security and flexibility of the keys generated by the library for many use cases. In addition, BIP32 or SLIP10 compatibility ensures that the library adheres to established standards, facilitating interoperability and broad usability.