summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnegnei <Einzelgaengerin@tutanota.de>2020-08-30 22:01:46 +0200
committerGitHub <noreply@github.com>2020-08-30 22:01:46 +0200
commita0481edf92c91ca785d3b6da577aba5a0929213d (patch)
treee6069cb96cb03ba849657dc5e0b73f16c18f12d9
parent36225e4b4d125eb97d8c7edcbc141542774b8207 (diff)
downloadbips-a0481edf92c91ca785d3b6da577aba5a0929213d.tar.xz
Minor grammar fix
-rw-r--r--bip-0032.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index f2f1e48..5a1d778 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -118,7 +118,7 @@ To shorten notation, we will write CKDpriv(CKDpriv(CKDpriv(m,3<sub>H</sub>),2),5
* N(m/a<sub>H</sub>/b/c) = N(m/a<sub>H</sub>/b)/c = N(m/a<sub>H</sub>)/b/c.
However, N(m/a<sub>H</sub>) cannot be rewritten as N(m)/a<sub>H</sub>, as the latter is not possible.
-Each leaf node in the tree corresponds to an actual key, while the internal nodes correspond to the collections of keys that descend from them. The chain codes of the leaf nodes are ignored, and only their embedded private or public key is relevant. Because of this construction, knowing an extended private key allows reconstruction of all descendant private keys and public keys, and knowing an extended public keys allows reconstruction of all descendant non-hardened public keys.
+Each leaf node in the tree corresponds to an actual key, while the internal nodes correspond to the collections of keys that descend from them. The chain codes of the leaf nodes are ignored, and only their embedded private or public key is relevant. Because of this construction, knowing an extended private key allows reconstruction of all descendant private keys and public keys, and knowing an extended public key allows reconstruction of all descendant non-hardened public keys.
===Key identifiers===