mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-13 03:51:54 +08:00
Fixed ArrayBuffer detection in old browsers.
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
// Node.js env
|
||||
expect = require('expect.js');
|
||||
|
||||
// Node.js env
|
||||
var sha3 = require('../src/sha3.js');
|
||||
keccak_512 = sha3.keccak_512;
|
||||
keccak_384 = sha3.keccak_384;
|
||||
|
||||
Reference in New Issue
Block a user