Skip to content

Commit 5b1c59d

Browse files
committed
BIP39: 'recommended size' -> 'allowed size'
1 parent dd4833f commit 5b1c59d

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)