-
Notifications
You must be signed in to change notification settings - Fork 158
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
Fix buggy testing process of test_from_xpublic_key
#56
base: master
Are you sure you want to change the base?
Conversation
Add testing section in readme
Fix: Incorrect output of Base58 decoding.
add ZECTEST, fix LTC/LTCTEST Changed -> Litecoin (LTC) mainnet extend private key from `0x019d9cfe` to `0x488ade4` and public key from `0x019da462` to `0x488b21e` prefixes.
Corrected the spec link for BIP141.
Fixed BIP141 link
Fixed links in readme
Added version info
…ivate and xpublic functions.
Adding Tron mainnet
Fix: missing quote in language error
`Public Key` should not support hard derivations. see [bip-0032 Implications](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#implications)
The derivation process has been verified by iancoleman can be testing. BIP39 Mnemonic Account Extended Public Key Address |
Although they have the same path, the derived public key and private key are asymmetric, for example:
Due to the hardening derivation, the expected symmetric results cannot be obtained, even though they were initially symmetric. Their paths are equal, and the public and private keys are also symmetric, for example:
|
Fix buggy testing process
Public Key
should not support hard derivations.see bip-0032 Implications