parent
26079db909
commit
d1e7a7a220
|
|
@ -45,9 +45,6 @@ function b32decode(seedstr) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (bitcount > 0) {
|
|
||||||
retstr += String.fromCharCode(buf << (8 - bitcount));
|
|
||||||
}
|
|
||||||
var retbuf = new Uint8Array(retstr.length);
|
var retbuf = new Uint8Array(retstr.length);
|
||||||
for (i in retstr) {
|
for (i in retstr) {
|
||||||
retbuf[i] = retstr.charCodeAt(i);
|
retbuf[i] = retstr.charCodeAt(i);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue