Fixed some issues in test files
This commit is contained in:
@ -5,5 +5,5 @@ view = new DataView(h);
|
||||
for (let i = 0; i < view.byteLength; i += 4)
|
||||
hexes.push(('00000000' + view.getUint32(i).toString(16)).slice(-8));
|
||||
return hexes.join('');
|
||||
|
||||
});
|
||||
module.exports = hashBrowser;
|
||||
Reference in New Issue
Block a user