Support ArrayBuffer input.

This commit is contained in:
Chen Yi-Cyuan
2015-05-23 10:06:36 +08:00
parent f73267ad15
commit 1ff17fbdd9
10 changed files with 122 additions and 97 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ Output
72726d8818f693066ceb69afa364218b692e62ea92b385782363780f47529c21
dfbab71afdf54388af4d55f8bd3de8c9b15e0eb916bf9125f4a959d4
It also supports byte Array or Uint8Array input:
It also supports byte `Array`, `Uint8Array`, `ArrayBuffer` input:
Code
```JavaScript