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

Utf8 passwords #15

Merged
merged 2 commits into from
Sep 28, 2014
Merged

Utf8 passwords #15

merged 2 commits into from
Sep 28, 2014

Conversation

iancoleman
Copy link
Contributor

Passwords that were non-ascii (ie utf-8) were resulting in different seeds to the reference implementation.

Ian Coleman added 2 commits September 28, 2014 02:08
The test suite 'browser' does not support string normalization, so the
normalized string has been included in the tests manually.
@weilu
Copy link
Contributor

weilu commented Sep 28, 2014

@iancoleman Thanks! I'll merge this but given how poorly String.prototype.normalize() is supported by mobile browser, I'll probably replace String.prototype.normalize() with a module, like https://github.com/walling/unorm

weilu added a commit that referenced this pull request Sep 28, 2014
@weilu weilu merged commit 10b30d9 into bitcoinjs:master Sep 28, 2014
weilu added a commit that referenced this pull request Sep 28, 2014
weilu added a commit that referenced this pull request Sep 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants