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
No
I got this error message when messing around with BIP32 test vector 1, which has short seed length.
java.lang.IllegalArgumentException: Seed expected byte length to be 32
It looks like HDKey expects a 64 bytes seed, but the error message is asking for 32.
HDKey
No response
The text was updated successfully, but these errors were encountered:
@goncalo-frade-iohk maybe the right moment to look into this
Sorry, something went wrong.
Assigned to @goncalo-frade-iohk as per the above comment.
goncalo-frade-iohk
No branches or pull requests
Is this a regression?
No
Description
I got this error message when messing around with BIP32 test vector 1, which has short seed length.
It looks like
HDKey
expects a 64 bytes seed, but the error message is asking for 32.Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: