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

Fixed issue with root key derivation. #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tehs0ap
Copy link

@tehs0ap tehs0ap commented Mar 7, 2023

Root key derivation was returning incorrect values. This was caused by the hex conversion of the root fingerprint '00000000' producing 0x00 (1 byte) instead of 0x00000000 (4 bytes).

I've also added a test case to run the derivation test vectors from bip-0032.

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.

None yet

1 participant