mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Edited ch05_wallets.adoc with Atlas code editor
This commit is contained in:
parent
93e5223e13
commit
e3fe937805
@ -1055,7 +1055,7 @@ creates child keys from parent keys, as we will see in the next section.
|
|||||||
|
|
||||||
===== Private child key derivation
|
===== Private child key derivation
|
||||||
|
|
||||||
HD wallets use a _child key derivation_ (CKD)
|
HD wallets ((("key generation", "HD (hierarchical deterministic)", "private child key derivation", id="keygen-hd-private-child")))((("HD (hierarchical deterministic) key generation", "private child key derivation", id="hd-keygen-private-child")))((("private child key derivation", id="private-child")))((("child key pair derivation", id="child-key-pair-hdkeygen")))use a _child key derivation_ (CKD)
|
||||||
function to derive child keys from parent keys.
|
function to derive child keys from parent keys.
|
||||||
|
|
||||||
The child key derivation functions are based on a one-way hash function
|
The child key derivation functions are based on a one-way hash function
|
||||||
@ -1121,7 +1121,7 @@ A child private key, the corresponding public key, and the Bitcoin
|
|||||||
address are all indistinguishable from keys and addresses created
|
address are all indistinguishable from keys and addresses created
|
||||||
randomly. The fact that they are part of a sequence is not visible
|
randomly. The fact that they are part of a sequence is not visible
|
||||||
outside of the HD wallet function that created them. Once created, they
|
outside of the HD wallet function that created them. Once created, they
|
||||||
operate exactly as "normal" keys.
|
operate exactly((("key generation", "HD (hierarchical deterministic)", "private child key derivation", startref="keygen-hd-private-child")))((("HD (hierarchical deterministic) key generation", "private child key derivation", startref="hd-keygen-private-child")))((("private child key derivation", startref="private-child")))((("child key pair derivation", startref="child-key-pair-hdkeygen"))) as "normal" keys.
|
||||||
====
|
====
|
||||||
|
|
||||||
===== Extended keys
|
===== Extended keys
|
||||||
|
Loading…
Reference in New Issue
Block a user