alepop / ed25519-hd-key

🔐 Key Derivation for ed25519
https://www.npmjs.com/package/ed25519-hd-key
MIT License
60 stars 28 forks source link

Export `CKDPriv` #262

Closed futpib closed 2 years ago

futpib commented 2 years ago

It was not possible to store an intermediate derivation node (for example at bip44 account level) and then derive a deeper node from it (for example at bip44 address level) without storing the root key/seed/mnemonic. Exporting CKDPriv allows users of this package to do that.

alepop commented 2 years ago

@futpib thanks for contribution

alepop commented 2 years ago

@futpib new version 1.3.0 published