We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to make it possible to decrease pbkdf2 for testing purpose. It currently takes about 2 minutes to generate a new wallet on my Honor 5C smartphone.
The text was updated successfully, but these errors were encountered:
Might be possible updating the number of iterations directly, e.g.:
ethereum.keys.PBKDF2_CONSTANTS['c'] = 100
Sorry, something went wrong.
Security vs speed trade off, refs #2 and refs #9
c9bf52f
This is available in master.
No branches or pull requests
Try to make it possible to decrease pbkdf2 for testing purpose.
It currently takes about 2 minutes to generate a new wallet on my Honor 5C smartphone.
The text was updated successfully, but these errors were encountered: