summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryanmaani <68476452+yanmaani@users.noreply.github.com>2021-11-04 17:24:03 +0000
committerGitHub <noreply@github.com>2021-11-04 17:24:03 +0000
commit33cc41d4979dcc0c3534f23d3892e6e76d278b63 (patch)
tree44393af081782747be2522a0bbf5584e18d79e0d
parent708ce10bbc3c3be6d4293b50f56a1cae23c8b358 (diff)
downloadbips-33cc41d4979dcc0c3534f23d3892e6e76d278b63.tar.xz
Fix typo in BIP 32
-rw-r--r--bip-0032.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 7a4ae84..ee09b68 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -151,7 +151,7 @@ The total number of possible extended keypairs is almost 2<sup>512</sup>, but th
* Calculate I = HMAC-SHA512(Key = "Bitcoin seed", Data = S)
* Split I into two 32-byte sequences, I<sub>L</sub> and I<sub>R</sub>.
* Use parse<sub>256</sub>(I<sub>L</sub>) as master secret key, and I<sub>R</sub> as master chain code.
-In case I<sub>L</sub> is 0 or ≥n, the master key is invalid.
+In case parse<sub>256</sub>(I<sub>L</sub>) is 0 or parse<sub>256</sub>(I<sub>L</sub>) ≥ n, the master key is invalid.
<img src=bip-0032/derivation.png></img>