From ae210049f3f6d1bc2bbd6b6780f49be0a24ff20a Mon Sep 17 00:00:00 2001 From: clenser Date: Wed, 18 Oct 2023 15:39:28 +0000 Subject: [PATCH] Edited ch05_wallets.adoc with Atlas code editor --- ch05_wallets.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch05_wallets.adoc b/ch05_wallets.adoc index 6f5f3104..839f830a 100644 --- a/ch05_wallets.adoc +++ b/ch05_wallets.adoc @@ -118,7 +118,7 @@ image::images/mbc3_0502.png["Deterministic Wallet"] [[public_child_key_derivation]] ==== Public Child Key Derivation -In <>, we learned how to create a public key from a private key +In <>, we learned((("wallets", "key generation", "public child key derivation", id="wallet-keygen-public-child")))((("key generation", "public child key derivation", id="keygen-public-child")))((("public child key derivation", id="public-child-derive")))((("child key pair derivation", id="child-key-pair"))) how to create a public key from a private key using elliptic curve cryptography (ECC). Although operations on an elliptic curve are not intuitive, they are analogous to the addition, subtraction, and multiplication operations used in regular @@ -181,7 +181,7 @@ network. Public child key derivation can produce a linear sequence of keys similar to the previously seen <>, but modern wallets applications use one more trick to provide a tree of keys instead a -single sequence, as described in the following section. +single sequence, as described in the((("wallets", "key generation", "public child key derivation", startref="wallet-keygen-public-child")))((("key generation", "public child key derivation", startref="keygen-public-child")))((("public child key derivation", startref="public-child-derive")))((("child key pair derivation", startref="child-key-pair"))) following section. [[hd_wallets]] ==== Hierarchical Deterministic (HD) Key Generation (BIP32)