mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-23 07:08:13 +00:00
In CKD function the public key is compressed
264 bits is the size of a compressed public key
This commit is contained in:
parent
0cd5f46948
commit
0c9fe256b0
@ -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