-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Labels
Description
I've been scouring the web to no avail trying to find someone that's implemented an HD concept with TweetNacl. There are a few npm libs that do it, but nothing leveraging nacl that I could find. Basically, I want to be able to create child keys from a master seed like a key derivation function. Which is easy if we're just seeding new private keys. But I want to be able to make public keys from a master public key. So you could keep the private key stored away while deriving public keys that the original private key could still authenticate/decrypt. Basically the bip32 for bitcoin, only with tweetnacl. Any ideas?
Reactions are currently unavailable