diff options
author | Ian Coleman <ian@iancoleman.io> | 2020-10-01 23:44:38 +0000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2020-10-01 23:44:38 +0000 |
commit | bf96267f89d18f278e78cf02c97ab1e7513fb871 (patch) | |
tree | f832e39596ae0f356a4ec1fe0f4f1e9e837b5a27 /src/index.html | |
parent | 920f7aa0785f3d2fb7b08667ea371f349eb4bced (diff) | |
download | BIP39-bf96267f89d18f278e78cf02c97ab1e7513fb871.tar.gz BIP39-bf96267f89d18f278e78cf02c97ab1e7513fb871.tar.zst BIP39-bf96267f89d18f278e78cf02c97ab1e7513fb871.zip |
Remove bias from entropy in base 6 and base 10
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 7eb123c..f66d4ed 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -86,7 +86,7 @@ | |||
86 | <div class="row"> | 86 | <div class="row"> |
87 | <label class="col-sm-3 control-label">Entropy Type</label> | 87 | <label class="col-sm-3 control-label">Entropy Type</label> |
88 | <div class="type col-sm-3 form-control-static"></div> | 88 | <div class="type col-sm-3 form-control-static"></div> |
89 | <label class="col-sm-3 control-label">Bits Per Event</label> | 89 | <label class="col-sm-3 control-label">Avg Bits Per Event</label> |
90 | <div class="bits-per-event col-sm-3 form-control-static"></div> | 90 | <div class="bits-per-event col-sm-3 form-control-static"></div> |
91 | </div> | 91 | </div> |
92 | <div class="row"> | 92 | <div class="row"> |