@mezzy/sha1
TypeScript icon, indicating that this package has built-in type declarations

0.1.180 • Public • Published

sha1

Generates SHA1 IDs.

Install

sudo npm install --save @mezzy/sha1

Usage

import SHA1 from '@mezzy/sha1';

SHA1.hash(blob).then((hash:string) => {
    /// Do something with hash.
});

Package Sidebar

Install

npm i @mezzy/sha1

Weekly Downloads

1

Version

0.1.180

License

ISC

Unpacked Size

6.78 kB

Total Files

4

Last publish

Collaborators

  • mezzy