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

calculateSeed should take CharSequence #7

Open
westonal opened this issue Oct 9, 2017 · 0 comments
Open

calculateSeed should take CharSequence #7

westonal opened this issue Oct 9, 2017 · 0 comments

Comments

@westonal
Copy link
Member

westonal commented Oct 9, 2017

 public byte[] calculateSeed(String mnemonic, String passphrase) {

This should be able to take CharSequence but the normalizer is insisting we have String input.

westonal added a commit that referenced this issue Feb 2, 2018
westonal added a commit that referenced this issue Feb 2, 2018
westonal added a commit that referenced this issue Feb 3, 2018
…Sequence support for SeedCalculatorByWordListLookUp.

CharSequence support for Validation.
As long as formed of geuine words in any form (NFC, NFKD), it won’t create a new normalised String for them. #7
westonal added a commit that referenced this issue Feb 3, 2018
…Sequence support for SeedCalculatorByWordListLookUp. (#33)

CharSequence support for Validation.
As long as formed of geuine words in any form (NFC, NFKD), it won’t create a new normalised String for them. #7
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

No branches or pull requests

1 participant