brainwallet updated

This commit is contained in:
DavidKevork 2017-11-05 00:41:02 +11:00
parent 6409fd29ae
commit 4acfee642b

View file

@ -49,7 +49,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<script type="text/javascript">
if((location.href).match("http://paperwallet.smartcash.cc")) {
location.href = "https://paperwallet.smartcash.cc";
// location.href = "https://paperwallet.smartcash.cc";
}
var hash_keccak = function(s) { return CryptoJS.SHA3(s, { outputLength: 256, asBytes: true }); }
var hash_sha256 = function(s) { return CryptoJS.SHA256(s, { asBytes: true }); }