summaryrefslogtreecommitdiff
path: root/bip-0039.mediawiki
diff options
context:
space:
mode:
authorvstoykovbg <vstoykovbg@users.noreply.github.com>2014-09-25 03:55:33 +0300
committervstoykovbg <vstoykovbg@users.noreply.github.com>2014-09-25 03:55:33 +0300
commit98cc66a8698d07bad288145abdbd206aa5b6e6a1 (patch)
tree3726bbbdbf831d19fc554b1854655edbf10bb224 /bip-0039.mediawiki
parent4b2d40ad1240909354388d8385eebeb7fb44cf42 (diff)
downloadbips-98cc66a8698d07bad288145abdbd206aa5b6e6a1.tar.xz
double "are"
Diffstat (limited to 'bip-0039.mediawiki')
-rw-r--r--bip-0039.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index eb60fff..7054791 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -38,7 +38,7 @@ initial entropy length as ENT. The recommended 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
-appended to the end of the initial entropy. Next, these concatenated bits are
+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 to a wordlist. Later, we will convert these numbers into words and
use the joined words as a mnemonic sentence.