diff options
author | yahiheb <52379387+yahiheb@users.noreply.github.com> | 2023-04-27 08:19:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 08:19:38 +0100 |
commit | 5f3e216d3f144ff353786a49b534d927d0dc2ddc (patch) | |
tree | 78b09bf7080417c8d540863a3189099c92d8f5ee /bip-0039.mediawiki | |
parent | 3db736243cd01389a4dfd98738204df1856dc5b9 (diff) |
Fix text format
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r-- | bip-0039.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index d8a4d25..2180b6c 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -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 |