UNPKG

simple-js-sha2-512

Version:

how to import: ``` const sha2_512 = require('simple-js-sha2-512') ``` hashing: ``` sha2_512('hello') // 9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043 ```

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