aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-12-15 11:29:26 +1100
committerIan Coleman <coleman.ian@gmail.com>2016-12-15 11:29:26 +1100
commite5abab4253217ed2a0d75cb9efd1ffe425b14f85 (patch)
treea6536827318f3d06112a0a1b2248c3cce974269e /src/index.html
parent1f618a7792e4b29bd06481239001e57a1aa58a37 (diff)
downloadBIP39-e5abab4253217ed2a0d75cb9efd1ffe425b14f85.tar.gz
BIP39-e5abab4253217ed2a0d75cb9efd1ffe425b14f85.tar.zst
BIP39-e5abab4253217ed2a0d75cb9efd1ffe425b14f85.zip
Bits of entropy has info about possible weaknesses
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 7c13f29..10fd62a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -95,6 +95,11 @@
95 .qr-hint { 95 .qr-hint {
96 padding: 2px; 96 padding: 2px;
97 } 97 }
98 .more-info {
99 cursor: help;
100 border-bottom: 1px dashed #000;
101 text-decoration: none;
102 }
98 </style> 103 </style>
99 </head> 104 </head>
100 <body> 105 <body>
@@ -165,7 +170,7 @@
165 <div class="row"> 170 <div class="row">
166 <label class="col-sm-3 control-label" data-translate>Word Count</label> 171 <label class="col-sm-3 control-label" data-translate>Word Count</label>
167 <div class="word-count col-sm-3 form-control-static"></div> 172 <div class="word-count col-sm-3 form-control-static"></div>
168 <label class="col-sm-3 control-label" data-translate>Total Bits</label> 173 <label class="col-sm-3 control-label" data-translate><span class="more-info" data-translate-title title="Total bits of entropy may be less than indicated if any entropy event uses a weak source.">Total Bits</span></label>
169 <div class="bits col-sm-3 form-control-static"></div> 174 <div class="bits col-sm-3 form-control-static"></div>
170 </div> 175 </div>
171 <label class="col-sm-3 control-label" data-translate>Filtered Entropy</label> 176 <label class="col-sm-3 control-label" data-translate>Filtered Entropy</label>