mirror of
https://github.com/bitcoin/bips.git
synced 2024-11-19 01:40:05 +01:00
BIP39: 'recommended size' -> 'allowed size'
This commit is contained in:
parent
dd4833f171
commit
5b1c59da6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user