1
0
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:
Tiago Canto 2018-11-07 16:26:24 -03:00 committed by GitHub
parent 0cd5f46948
commit 0c9fe256b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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) * A seed called a chain code (256 bits)
* An index number (32 bits) * An index number (32 bits)