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
The toSeed() method of MnemonicCode seems to be incorrect.
This can either be our fault, or due to an incorrect PBKDF2-SHA512 implementation of cipher.
The text was updated successfully, but these errors were encountered:
I found one bug in the toSeed code but it still doesn't make it work as it should.
toSeed
e85d12b
Sorry, something went wrong.
This can possibly be related to PointyCastle/pointycastle#92
Needs testing now that PointyCastle/pointycastle#92 is fixed
No branches or pull requests
The toSeed() method of MnemonicCode seems to be incorrect.
This can either be our fault, or due to an incorrect PBKDF2-SHA512 implementation of cipher.
The text was updated successfully, but these errors were encountered: