In CKD function the public key is compressed

264 bits is the size of a compressed public key
pull/610/head
Tiago Canto 6 years ago committed by GitHub
parent 0cd5f46948
commit 0c9fe256b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save