mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-20 15:45:03 +00:00
Bits of entropy has info about possible weaknesses
This commit is contained in:
+6
-1
@@ -95,6 +95,11 @@
|
|||||||
.qr-hint {
|
.qr-hint {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
.more-info {
|
||||||
|
cursor: help;
|
||||||
|
border-bottom: 1px dashed #000;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -165,7 +170,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<label class="col-sm-3 control-label" data-translate>Word Count</label>
|
<label class="col-sm-3 control-label" data-translate>Word Count</label>
|
||||||
<div class="word-count col-sm-3 form-control-static"></div>
|
<div class="word-count col-sm-3 form-control-static"></div>
|
||||||
<label class="col-sm-3 control-label" data-translate>Total Bits</label>
|
<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>
|
||||||
<div class="bits col-sm-3 form-control-static"></div>
|
<div class="bits col-sm-3 form-control-static"></div>
|
||||||
</div>
|
</div>
|
||||||
<label class="col-sm-3 control-label" data-translate>Filtered Entropy</label>
|
<label class="col-sm-3 control-label" data-translate>Filtered Entropy</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user