Added 'CRC-16 Checksum' operation

This commit is contained in:
n1474335 2017-09-12 15:50:46 +00:00
parent 3c52a9faab
commit 174cabdc74
6 changed files with 30 additions and 31 deletions

5
package-lock.json generated
View file

@ -4198,6 +4198,11 @@
"integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=",
"dev": true
},
"js-crc": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/js-crc/-/js-crc-0.2.0.tgz",
"integrity": "sha1-9yxcdhgXa/91zIEqHO2949jraDk="
},
"js-sha3": {
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.6.1.tgz",