Skip to content
New issue

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

Ability to decrease pbkdf2 #2

Closed
AndreMiras opened this issue May 30, 2017 · 2 comments
Closed

Ability to decrease pbkdf2 #2

AndreMiras opened this issue May 30, 2017 · 2 comments

Comments

@AndreMiras
Copy link
Owner

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.

@AndreMiras
Copy link
Owner Author

Might be possible updating the number of iterations directly, e.g.:

ethereum.keys.PBKDF2_CONSTANTS['c'] = 100

@AndreMiras
Copy link
Owner Author

This is available in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant