Skip to content

Commit 095fbda

Browse files
authored
Merge pull request bitcoin#472 from afk11/bip39-allowed-sizes
BIP39: 'recommended size' -> 'allowed size'
2 parents 1286a77 + 5b1c59d commit 095fbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0039.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sentences (also known as brainwallets) into a wallet seed.
3333

3434
The mnemonic must encode entropy in a multiple of 32 bits. With more entropy
3535
security is improved but the sentence length increases. We refer to the
36-
initial entropy length as ENT. The recommended size of ENT is 128-256 bits.
36+
initial entropy length as ENT. The allowed size of ENT is 128-256 bits.
3737

3838
First, an initial entropy of ENT bits is generated. A checksum is generated by
3939
taking the first <pre>ENT / 32</pre> bits of its SHA256 hash. This checksum is

0 commit comments

Comments
 (0)