Skip to content

Commit 5f3e216

Browse files
authored
Fix text format
1 parent 3db7362 commit 5f3e216

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
@@ -39,7 +39,7 @@ security is improved but the sentence length increases. We refer to the
3939
initial entropy length as ENT. The allowed size of ENT is 128-256 bits.
4040

4141
First, an initial entropy of ENT bits is generated. A checksum is generated by
42-
taking the first <pre>ENT / 32</pre> bits of its SHA256 hash. This checksum is
42+
taking the first <code>ENT / 32</code> bits of its SHA256 hash. This checksum is
4343
appended to the end of the initial entropy. Next, these concatenated bits
4444
are split into groups of 11 bits, each encoding a number from 0-2047, serving
4545
as an index into a wordlist. Finally, we convert these numbers into words and

0 commit comments

Comments
 (0)