From b28ec7d769e5264098f37724e6898e0908fafc74 Mon Sep 17 00:00:00 2001 From: lilac-ss <96938948+lilac-ss@users.noreply.github.com> Date: Sun, 2 Jan 2022 00:17:54 +0900 Subject: [PATCH] Fix typo in chapter 5 ("intially" => "initially") --- ch05.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05.asciidoc b/ch05.asciidoc index eda566f5..d415142e 100644 --- a/ch05.asciidoc +++ b/ch05.asciidoc @@ -261,7 +261,7 @@ luggage oxygen faint major edit measure invite love trap field dilemma oblige+ [TIP] ==== -Many wallets do not allow for the creation of wallets with more than a 12 word mnemonic phrase. You will notice from the tables above that despite the unique lengths of entropy input, the seed size remains the same (512 bits). From a security perspective, the amount of entropy actually used for the production of HD wallets is roughly 128 bits, which equals 12 words. Providing more than 12 words produces additional entropy which is unnecessary, and this _unused_ entropy is not used for the derivation of the seed in the way that one might intially suspect. From a usability perspective, 12 words is also easier to write down, back up, and store. +Many wallets do not allow for the creation of wallets with more than a 12 word mnemonic phrase. You will notice from the tables above that despite the unique lengths of entropy input, the seed size remains the same (512 bits). From a security perspective, the amount of entropy actually used for the production of HD wallets is roughly 128 bits, which equals 12 words. Providing more than 12 words produces additional entropy which is unnecessary, and this _unused_ entropy is not used for the derivation of the seed in the way that one might initially suspect. From a usability perspective, 12 words is also easier to write down, back up, and store. ==== [[mnemonic_passphrase]]