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