summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke-Jr <luke_github1@dashjr.org>2016-11-05 00:03:04 +0000
committerGitHub <noreply@github.com>2016-11-05 00:03:04 +0000
commit095fbdab949a3aa2d20c7e32be1e3f97c926eb50 (patch)
tree740568ed757edecadf9d9958af1d1fd54de26214
parent1286a7793eda14a71f3edbb87772fc872908f665 (diff)
parent5b1c59da6d4905610de0c779579cd2db890a7c4c (diff)
downloadbips-095fbdab949a3aa2d20c7e32be1e3f97c926eb50.tar.xz
Merge pull request #472 from afk11/bip39-allowed-sizes
BIP39: 'recommended size' -> 'allowed size'
-rw-r--r--bip-0039.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index 3c95d4d..f0f5909 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -33,7 +33,7 @@ sentences (also known as brainwallets) into a wallet seed.
The mnemonic must encode entropy in a multiple of 32 bits. With more entropy
security is improved but the sentence length increases. We refer to the
-initial entropy length as ENT. The recommended size of ENT is 128-256 bits.
+initial entropy length as ENT. The allowed size of ENT is 128-256 bits.
First, an initial entropy of ENT bits is generated. A checksum is generated by
taking the first <pre>ENT / 32</pre> bits of its SHA256 hash. This checksum is