aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2020-11-30 00:21:48 +0000
committerIan Coleman <ian@iancoleman.io>2020-11-30 00:21:48 +0000
commit134213954d6380e8b5293e94d59f75b9a9a23df6 (patch)
treefd736c793c3f7c180764ca304b4a053cb909b46a
parent253f4cb75f04b9596159857b7b6339423bc920ca (diff)
downloadBIP39-134213954d6380e8b5293e94d59f75b9a9a23df6.tar.gz
BIP39-134213954d6380e8b5293e94d59f75b9a9a23df6.tar.zst
BIP39-134213954d6380e8b5293e94d59f75b9a9a23df6.zip
Add BIP85 details in More Info section
-rw-r--r--src/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
index c45b1dc..a802dd2 100644
--- a/src/index.html
+++ b/src/index.html
@@ -908,6 +908,11 @@
908 Read more at the 908 Read more at the
909 <a href="https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki" target="_blank">official BIP49 spec</a> 909 <a href="https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki" target="_blank">official BIP49 spec</a>
910 </p> 910 </p>
911 <h3>BIP85 <span class="small">Deterministic Entropy From BIP32 Keychains</span></h3>
912 <p>
913 Read more at the
914 <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki" target="_blank">official BIP85 spec</a>
915 </p>
911 <h3 id="entropy-notes">Entropy</h3> 916 <h3 id="entropy-notes">Entropy</h3>
912 <p> 917 <p>
913 <span>Entropy values should not include the BIP39 checksum. This is automatically added by the tool.</span> 918 <span>Entropy values should not include the BIP39 checksum. This is automatically added by the tool.</span>