We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 648eb37 + 5f3e216 commit 0c9e826Copy full SHA for 0c9e826
bip-0039.mediawiki
@@ -39,7 +39,7 @@ security is improved but the sentence length increases. We refer to the
39
initial entropy length as ENT. The allowed size of ENT is 128-256 bits.
40
41
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
+taking the first <code>ENT / 32</code> bits of its SHA256 hash. This checksum is
43
appended to the end of the initial entropy. Next, these concatenated bits
44
are split into groups of 11 bits, each encoding a number from 0-2047, serving
45
as an index into a wordlist. Finally, we convert these numbers into words and
0 commit comments