1.1.1 • Published 6 years ago

@lyo/sha1 v1.1.1

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
6 years ago

@lyo/sha1

A browser-compatible version of sha1 built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/sha1"></script>

<script>
  sha1(foo, bar);
</script>

In Node.js

# Install
npm i @lyo/sha1
const sha1 = require('@lyo/sha1')

sha1(foo, bar);

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

1.1.1

6 years ago