# @lyo/sha1

A browser-compatible version of [sha1](https://www.npmjs.com/package/sha1) built automatically with [Lyo](https://github.com/bokub/lyo).

[![Version](https://flat.badgen.net/npm/v/@lyo/sha1)](https://www.npmjs.com/package/@lyo/sha1)
[![Build](https://bokub.github.io/lyo/badge-flat.svg)](https://www.npmjs.com/package/@lyo/sha1)
[![Hits](https://data.jsdelivr.com/v1/package/npm/@lyo/sha1/badge)](https://www.jsdelivr.com/package/npm/@lyo/sha1)

## Usage

#### In a browser
```html
<script src="https://cdn.jsdelivr.net/npm/@lyo/sha1"></script>

<script>
  sha1(foo, bar);
</script>
```

#### In Node.js

```sh
# Install
npm i @lyo/sha1
```

```js
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