diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-03-12 10:23:28 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-03-12 11:31:41 +1100 |
commit | 09d63290a45066e4bef3bdb31e81c50ff70f7b85 (patch) | |
tree | 1181aacbff654665f4eac37922bf236eb2b063e7 /src/index.html | |
parent | d6cade868f67c10da6fcf20e51643439e9d3be77 (diff) | |
download | BIP39-09d63290a45066e4bef3bdb31e81c50ff70f7b85.tar.gz BIP39-09d63290a45066e4bef3bdb31e81c50ff70f7b85.tar.zst BIP39-09d63290a45066e4bef3bdb31e81c50ff70f7b85.zip |
Show the checksum value in the entropy details
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 43a8e4f..67e9101 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -94,6 +94,8 @@ | |||
94 | <div class="filtered col-sm-9 form-control-static"></div> | 94 | <div class="filtered col-sm-9 form-control-static"></div> |
95 | <label class="col-sm-3 control-label">Raw Binary</label> | 95 | <label class="col-sm-3 control-label">Raw Binary</label> |
96 | <div class="binary col-sm-9 form-control-static"></div> | 96 | <div class="binary col-sm-9 form-control-static"></div> |
97 | <label class="col-sm-3 control-label">Binary Checksum</label> | ||
98 | <div class="checksum col-sm-9 form-control-static"> </div> | ||
97 | <label class="col-sm-3 control-label">Word Indexes</label> | 99 | <label class="col-sm-3 control-label">Word Indexes</label> |
98 | <div class="word-indexes col-sm-9 form-control-static"> </div> | 100 | <div class="word-indexes col-sm-9 form-control-static"> </div> |
99 | <label class="col-sm-3 control-label">Mnemonic Length</label> | 101 | <label class="col-sm-3 control-label">Mnemonic Length</label> |