From 33cc41d4979dcc0c3534f23d3892e6e76d278b63 Mon Sep 17 00:00:00 2001 From: yanmaani <68476452+yanmaani@users.noreply.github.com> Date: Thu, 4 Nov 2021 17:24:03 +0000 Subject: Fix typo in BIP 32 --- bip-0032.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2512, but th * Calculate I = HMAC-SHA512(Key = "Bitcoin seed", Data = S) * Split I into two 32-byte sequences, IL and IR. * Use parse256(IL) as master secret key, and IR as master chain code. -In case IL is 0 or ≥n, the master key is invalid. +In case parse256(IL) is 0 or parse256(IL) ≥ n, the master key is invalid. -- cgit v1.2.3