path-to-sha512
v0.0.1
Published
Calculates a SHA-512 for given data
Downloads
582
Maintainers
Readme
path-to-sha512
Calculates a SHA-512 of a given path
Install
Using yarn:
yarn add path-to-sha512
or using npm:
npm install path-to-sha512
Usage
const pathToSHA512 = require('path-to-sha512')
const hash = await pathToSHA512('/path/to/file')