UNPKG

simple-js-sha2-224

Version:

how to import: ``` const sha2_224 = require('simple-js-sha2-224') ``` hashing: ``` sha2_224('hello') // ea09ae9cc6768c50fcee903ed054556e5bfc8347907f12598aa24193 ``` performance: 77.8 kh/s ~ (Core I7-7920HQ single thread)

30 lines (29 loc) 592 B
{ "name": "simple-js-sha2-224", "version": "1.0.1", "description": "", "main": "src/main.js", "directories": { "test": "test" }, "scripts": { "test": "node test/main.js" }, "repository": { "type": "git", "url": "git+https://github.com/Azero123/simple-js-sha2-224.git" }, "keywords": [ "sha2", "sha224", "sha2-224", "sha", "hash" ], "author": "Azero123", "license": "MIT", "bugs": { "url": "https://github.com/Azero123/simple-js-sha2-224/issues" }, "homepage": "https://github.com/Azero123/simple-js-sha2-224#readme" }