minter-php-bip-44 icon indicating copy to clipboard operation
minter-php-bip-44 copied to clipboard

Fixed issue with root key derivation.

Open tehs0ap opened this issue 2 years ago • 0 comments

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.

tehs0ap avatar Mar 07 '23 23:03 tehs0ap