blob-to-sha512
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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])

Package Sidebar

Install

npm i blob-to-sha512

Weekly Downloads

189

Version

0.0.1

License

MIT

Unpacked Size

1.65 kB

Total Files

9

Last publish

Collaborators

  • dimitarnestorov