Skip to content

Hierarchical Deterministic (HD) style extended keys #233

@basedwon

Description

@basedwon

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions