diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-03-12 10:23:47 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-03-12 11:31:41 +1100 |
commit | 548d94994b97fe8d01f2712fbf82df61e3d98133 (patch) | |
tree | 385b989b7a5f43ceae30a3ebeb535010511b4f1f /src/index.html | |
parent | 09d63290a45066e4bef3bdb31e81c50ff70f7b85 (diff) | |
download | BIP39-548d94994b97fe8d01f2712fbf82df61e3d98133.tar.gz BIP39-548d94994b97fe8d01f2712fbf82df61e3d98133.tar.zst BIP39-548d94994b97fe8d01f2712fbf82df61e3d98133.zip |
Warn that entropy values should exclude checksum
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index 67e9101..40785db 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -716,6 +716,9 @@ | |||
716 | </p> | 716 | </p> |
717 | <h3 id="entropy-notes">Entropy</h3> | 717 | <h3 id="entropy-notes">Entropy</h3> |
718 | <p> | 718 | <p> |
719 | <span>Entropy values should not include the BIP39 checksum. This is automatically added by the tool.</span> | ||
720 | </p> | ||
721 | <p> | ||
719 | <span> | 722 | <span> |
720 | Entropy values must be sourced from a | 723 | Entropy values must be sourced from a |
721 | <a href="https://en.wikipedia.org/wiki/Random_number_generation" target="_blank">strong source of randomness</a>. | 724 | <a href="https://en.wikipedia.org/wiki/Random_number_generation" target="_blank">strong source of randomness</a>. |