Fixed ArrayBuffer detection in old browsers.

This commit is contained in:
Chen, Yi-Cyuan
2016-12-30 10:17:55 +08:00
parent 8ae70989ae
commit 5d6193d7f2
10 changed files with 28 additions and 34 deletions
+2 -1
View File
@@ -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;