UNPKG

simple-js-sha2-384

Version:

how to import: ``` const sha2_384 = require('simple-js-sha2-384') ``` hashing: ``` sha2_384('hello') // 59e1748777448c69de6b800d7a33bbfb9ff1b463e44354c3553bcdb9c666fa90125a3c79f90397bdf5f6a13de828684f ```

30 lines (29 loc) 592 B
{ "name": "simple-js-sha2-384", "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-384.git" }, "keywords": [ "sha2", "sha384", "sha2-384", "sha", "hash" ], "author": "Azero123", "license": "MIT", "bugs": { "url": "https://github.com/Azero123/simple-js-sha2-384/issues" }, "homepage": "https://github.com/Azero123/simple-js-sha2-384#readme" }