Added SHA3, Keccak and Shake hashing algorithms

This commit is contained in:
n1474335 2017-09-12 15:31:51 +00:00
parent 6e875393d9
commit 73561993a7
5 changed files with 144 additions and 9 deletions

5
package-lock.json generated
View file

@ -4198,6 +4198,11 @@
"integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=",
"dev": true
},
"js-sha3": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.6.1.tgz",
"integrity": "sha1-W4n3enR3Z5h39YxKB1JAk0sflcA="
},
"js-tokens": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",