You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mobile devices spend around 3.5s on app boot converting the mnemonic to a BIP32 seed. Looking into the HDWallet source code we see a TODO to reimplement it: packages/hdwallet-native/src/crypto/isolation/engines/default/bip39.ts
Additional details
The existing implementation of pbkdf2_sha512_singleblock may be replaceable with pbkdf2 from hash-wasm, for example:
Description
Mobile devices spend around 3.5s on app boot converting the mnemonic to a BIP32 seed. Looking into the HDWallet source code we see a TODO to reimplement it:
packages/hdwallet-native/src/crypto/isolation/engines/default/bip39.ts
Additional details
The existing implementation of
pbkdf2_sha512_singleblock
may be replaceable withpbkdf2
fromhash-wasm
, for example:Acceptance criteria
The text was updated successfully, but these errors were encountered: