bug fix
This commit is contained in:
parent
024c5e5342
commit
b7e737a76b
2 changed files with 2 additions and 2 deletions
|
@ -452,7 +452,7 @@
|
||||||
|
|
||||||
// derive key from index
|
// derive key from index
|
||||||
r.derive = function(i){
|
r.derive = function(i){
|
||||||
i = (i)?:0;
|
i = (i)?i:0;
|
||||||
var blob = (Crypto.util.hexToBytes(this.keys.pubkey)).concat(coinjs.numToBytes(i,4).reverse());
|
var blob = (Crypto.util.hexToBytes(this.keys.pubkey)).concat(coinjs.numToBytes(i,4).reverse());
|
||||||
|
|
||||||
var j = new jsSHA(Crypto.util.bytesToHex(blob), 'HEX');
|
var j = new jsSHA(Crypto.util.bytesToHex(blob), 'HEX');
|
||||||
|
|
2
sha1sum
2
sha1sum
|
@ -10,7 +10,7 @@ f7c09f2f5a721371e7d478050119f7e2d58e3ef9 ./js/crypto-sha256-hmac.js
|
||||||
ad038e1f39646b68ae666324ed4c2882a8c42474 ./js/qrcode.js
|
ad038e1f39646b68ae666324ed4c2882a8c42474 ./js/qrcode.js
|
||||||
64eb4ea5c882f8bce3e1885bf00728455f1c2f4c ./js/ripemd160.js
|
64eb4ea5c882f8bce3e1885bf00728455f1c2f4c ./js/ripemd160.js
|
||||||
114089ef2a3feb6d4db4f9cabcb186d7750d5884 ./js/sha512.js
|
114089ef2a3feb6d4db4f9cabcb186d7750d5884 ./js/sha512.js
|
||||||
6db735d6bc9fbacd7a874ad3c4dee92b6f8d95ce ./js/coin.js
|
782ecafc45b2e791451b9d43659c815c76d4816d ./js/coin.js
|
||||||
8e921b2156d232871540e168e1677368b5611dc9 ./js/coinbin.js
|
8e921b2156d232871540e168e1677368b5611dc9 ./js/coinbin.js
|
||||||
ae49e56999d82802727455f0ba83b63acd90a22b ./js/jquery-1.9.1.min.js
|
ae49e56999d82802727455f0ba83b63acd90a22b ./js/jquery-1.9.1.min.js
|
||||||
5f570018ed044eafd464f7e0ab1783b966224055 ./LICENCE
|
5f570018ed044eafd464f7e0ab1783b966224055 ./LICENCE
|
||||||
|
|
Loading…
Reference in a new issue