spacemeshos / app

[DEPRECATED] The cosmic Spacemesh App containing the Spacemesh Wallet and the Spacemesh Dashboard 🏦📊
MIT License
20 stars 12 forks source link

Specify wallet security design #51

Closed avive closed 5 years ago

avive commented 5 years ago

See test driven design here: https://github.com/spacemeshos/app/blob/master/__tests__/services/wallet.ts

Need to review with Iddo and Julian as next step.

avive commented 5 years ago

So after lots of benchmarking the current research team recommendation is to use ed25519 https://ed25519.cr.yp.to/ for users accounts for the testnet milestone, to use Nacl and TweetNucl npm libraries (https://github.com/dchest/tweetnacl-js) for the implementation and to invest in building Spacemesh BLS lib for the longer term with nicer params than BLS12_381.