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
yarn add blob-to-sha512
npm install blob-to-sha512
import blobToSHA512 from 'blob-to-sha512'
const hash = await blobToSHA512(fileInput.files[0])
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.