summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2021-12-15 21:36:13 +0000
committerGitHub <noreply@github.com>2021-12-15 21:36:13 +0000
commitbb8dc57da9b3c6539b88378348728a2ff43f7e9c (patch)
tree9eabc87bb02c0bdc3d928d6bafc64f92e78ca69f
parent19043342760aed62d42229cc7b6351a42a94a968 (diff)
parent33cc41d4979dcc0c3534f23d3892e6e76d278b63 (diff)
downloadbips-bb8dc57da9b3c6539b88378348728a2ff43f7e9c.tar.xz
Merge pull request #1228 from yanmaani/patch-1
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>