diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2016-11-10 18:58:18 +1100 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2016-11-10 18:58:18 +1100 |
commit | 3599674db4855614d9123f2f80dcf0a37c34eb79 (patch) | |
tree | 6bcfd76aa73c71cb4b79c21455da88c51d882468 /src/index.html | |
parent | 1cf1bbaff575e647ef38b091a00edfa2e1ce024d (diff) | |
download | BIP39-3599674db4855614d9123f2f80dcf0a37c34eb79.tar.gz BIP39-3599674db4855614d9123f2f80dcf0a37c34eb79.tar.zst BIP39-3599674db4855614d9123f2f80dcf0a37c34eb79.zip |
Mnemonic length can be set when using raw entropy
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index feefbd8..beda577 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -137,7 +137,7 @@ | |||
137 | <label class="col-sm-2 control-label">Mnemonic Length</label> | 137 | <label class="col-sm-2 control-label">Mnemonic Length</label> |
138 | <div class="col-sm-10"> | 138 | <div class="col-sm-10"> |
139 | <select class="mnemonic-length form-control"> | 139 | <select class="mnemonic-length form-control"> |
140 | <option value="raw">From entropy length</option> | 140 | <option value="raw">From entropy length (3 words per 32 bits)</option> |
141 | <option value="12">12 Words</option> | 141 | <option value="12">12 Words</option> |
142 | <option value="15">15 Words</option> | 142 | <option value="15">15 Words</option> |
143 | <option value="18">18 Words</option> | 143 | <option value="18">18 Words</option> |