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
Describe the bug
Since #529 got merged, secp256k1 key generation is very slow on react-native (tested on android).
The culprit seems to be the pbkdf2 method that gets called by @ethersproject/wallet#Wallet.createRandom()
The text was updated successfully, but these errors were encountered:
Bug severity
3
Describe the bug
Since #529 got merged, secp256k1 key generation is very slow on react-native (tested on android).
The culprit seems to be the
pbkdf2
method that gets called by@ethersproject/wallet#Wallet.createRandom()
The text was updated successfully, but these errors were encountered: