diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2014-09-30 08:56:42 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2014-09-30 08:56:42 +1000 |
commit | 0937f3ab8ff8eef8c03a22e7ccf20d058917b972 (patch) | |
tree | e7194a312596c1134290dca7be5527e5fc04188b | |
parent | 80c4dd2aecd58bad27eababa0432b9319ecb644e (diff) | |
download | BIP39-0937f3ab8ff8eef8c03a22e7ccf20d058917b972.tar.gz BIP39-0937f3ab8ff8eef8c03a22e7ccf20d058917b972.tar.zst BIP39-0937f3ab8ff8eef8c03a22e7ccf20d058917b972.zip |
Acknowledgements has sjcl instead of asmcrypto
-rw-r--r-- | bip39-standalone.html | 6 | ||||
-rw-r--r-- | src/index.html | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html index 4d6d586..b613f0f 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html | |||
@@ -6510,9 +6510,9 @@ button.close { | |||
6510 | </p> | 6510 | </p> |
6511 | 6511 | ||
6512 | <p> | 6512 | <p> |
6513 | <span>asmCrypto - </span> | 6513 | <span>sjcl - </span> |
6514 | <a href="https://github.com/vibornoff/asmcrypto.js" target="_blank"> | 6514 | <a href="https://github.com/bitwiseshiftleft/sjcl" target="_blank"> |
6515 | https://github.com/vibornoff/asmcrypto.js | 6515 | https://github.com/bitwiseshiftleft/sjcl |
6516 | </a> | 6516 | </a> |
6517 | </p> | 6517 | </p> |
6518 | 6518 | ||
diff --git a/src/index.html b/src/index.html index d09a71a..60c4ef1 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -306,9 +306,9 @@ | |||
306 | </p> | 306 | </p> |
307 | 307 | ||
308 | <p> | 308 | <p> |
309 | <span>asmCrypto - </span> | 309 | <span>sjcl - </span> |
310 | <a href="https://github.com/vibornoff/asmcrypto.js" target="_blank"> | 310 | <a href="https://github.com/bitwiseshiftleft/sjcl" target="_blank"> |
311 | https://github.com/vibornoff/asmcrypto.js | 311 | https://github.com/bitwiseshiftleft/sjcl |
312 | </a> | 312 | </a> |
313 | </p> | 313 | </p> |
314 | 314 | ||