urbit / urbit-key-generation

Key derivation and HD wallet generation functions for Urbit
MIT License
15 stars 8 forks source link

Add generateOwnershipWallet for shallowly generating a wallet #65

Closed Fang- closed 5 years ago

Fang- commented 5 years ago

This is useful for the case where we only care about the ownership wallet/address, such as when generating temporary wallets for invites and similar flows. This saves us some computation time on parts of the wallet we don't care about.

vvisigoth commented 5 years ago

v smart

On Tue, Jun 4, 2019 at 5:30 PM Fang notifications@github.com wrote:

This is useful for the case where we only care about the ownership wallet/address, such as when generating temporary wallets for invites and similar flows. This saves us some computation time on parts of the wallet we don't care about.

You can view, comment on, or merge this pull request online at:

https://github.com/urbit/urbit-key-generation/pull/65 Commit Summary

  • Add generateOwnershipWallet for shallowly generating a wallet

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/urbit/urbit-key-generation/pull/65?email_source=notifications&email_token=AAMJBYYZL73Q233RKXH4HUTPYZ37JA5CNFSM4HS46XDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GXROO2Q, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMJBY7LIJ3UE5EM6ZVOFXDPYZ37JANCNFSM4HS46XDA .

-- — ~poldec-tonteg http://urbit.org

jtobin commented 5 years ago

(Released in v0.16.0 on npm)