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