mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 08:08:11 +00:00
Merge pull request #610 from tiagocanto01/patch-1
In CKD function the public key is compressed
This commit is contained in:
commit
dd0f71eb0f
@ -325,7 +325,7 @@ The chain code (c) is used to introduce entropy in the function that creates chi
|
||||
|
||||
The child key derivation functions are based on a one-way hash function that combines:
|
||||
|
||||
* A parent private or public key (ECDSA uncompressed key)
|
||||
* A parent private or public key (ECDSA compressed key)
|
||||
* A seed called a chain code (256 bits)
|
||||
* An index number (32 bits)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user