Update bitaddress-vanity.html

This commit is contained in:
Jpja 2015-01-15 10:01:01 +02:00
parent 8b858ba00d
commit b5c8a0da96

View file

@ -9112,6 +9112,7 @@ ninja.wallets.brainwallet = {
key = key + " ";
var bytes;
var btcKey;
var i = 0;
do {
i = i + 1;
bytes = Crypto.SHA256(key + i, { asBytes: true });