Skip to content

Commit

Permalink
Fix text format
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiheb authored Apr 27, 2023
1 parent 3db7362 commit 5f3e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0039.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ security is improved but the sentence length increases. We refer to the
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
taking the first <code>ENT / 32</code> bits of its SHA256 hash. This checksum is
appended to the end of the initial entropy. Next, these concatenated bits
are split into groups of 11 bits, each encoding a number from 0-2047, serving
as an index into a wordlist. Finally, we convert these numbers into words and
Expand Down

0 comments on commit 5f3e216

Please sign in to comment.