blob-to-sha512
Calculates a SHA-512 of a given blob
Install
Using yarn:
yarn add blob-to-sha512
or using npm:
npm install blob-to-sha512
Usage
import blobToSHA512 from 'blob-to-sha512'
const hash = await blobToSHA512(fileInput.files[0])
Calculates a SHA-512 of a given blob
Using yarn:
yarn add blob-to-sha512
or using npm:
npm install blob-to-sha512
import blobToSHA512 from 'blob-to-sha512'
const hash = await blobToSHA512(fileInput.files[0])