urbit / urbit-key-generation

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

Add a walletFromMasterSeed function for testing #44

Closed jtobin closed 5 years ago

jtobin commented 5 years ago

Presently the use of argon2 in generateWallet makes generating many random wallets for testing purposes far too slow. A walletFromMasterSeed function would be useful for property testing, since it could just take a master seed as input and bypass having to wait for argon2.

Front logo Front conversations

jtobin commented 5 years ago

Going to close this as it has dropped in importance, and I hate moribund non-issues.