]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/index.html
Mnemonic length can be set when using raw entropy
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / index.html
index feefbd83fa47b2c5aa4cbb51bc074d512a47e406..beda577e4c38f2adacf2b6a079c354c4ac967d9a 100644 (file)
                                     <label class="col-sm-2 control-label">Mnemonic Length</label>
                                     <div class="col-sm-10">
                                         <select class="mnemonic-length form-control">
-                                            <option value="raw">From entropy length</option>
+                                            <option value="raw">From entropy length (3 words per 32 bits)</option>
                                             <option value="12">12 Words</option>
                                             <option value="15">15 Words</option>
                                             <option value="18">18 Words</option>